HXP
Command Interface Manual
Parameters
Input parameters
None
Output parameters
(double) ElapsedTime: ElapsedTime
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous ElapsedTimeGet command which is used
to Return elapsed time from controller power on. Refer to the XPS Programmer's
manual to get the command description.
2.2.5
ErrorStringGet
Syntax
C# prototype
int ErrorStringGet(Int32 ErrorCode, out string ErrorString, out string errstring)
Python prototype
[ErrorString, errstring] ErrorStringGet (ErrorCode)
Parameters
Input parameters
(Int32) ErrorCode: ErrorCode
Output parameters
(string) ErrorString: ErrorString
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous ErrorStringGet command which is used
to Return the error string corresponding to the error code. Refer to the XPS
Programmer's manual to get the command description.
2.2.6
FirmwareVersionGet
Syntax
C# prototype
int FirmwareVersionGet(out string Version, out string errstring)
Python prototype
[Version, errstring] FirmwareVersionGet ()
Parameters
Input parameters
None
EDH0318En1042 — 12/18
4