HXP
Command Interface Manual
Output parameters
(Int32_i) ErrorCode: ErrorCode
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerErrorGet command which is
used to Read and clear positioner error code. Refer to the XPS Programmer's manual to
get the command description.
2.2.98
PositionerErrorRead
Syntax
C# prototype
int PositionerErrorRead(string PositionerName, out Int32 ErrorCode, out string
errstring)
Python prototype
[ErrorCode, errstring] PositionerErrorRead (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(Int32_i) ErrorCode: ErrorCode
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerErrorRead command which is
used to Read only positioner error code without clear it. Refer to the XPS
Programmer's manual to get the command description.
2.2.99
PositionerErrorStringGet
Syntax
C# prototype
int PositionerErrorStringGet(Int32 PositionerErrorCode, out string
PositionerErrorString, out string errstring)
Python prototype
[PositionerErrorString, errstring] PositionerErrorStringGet (PositionerErrorCode)
Parameters
Input parameters
(Int32) PositionerErrorCode: PositionerErrorCode
EDH0318En1042 — 12/18
54