HXP
Command Interface Manual
2.2.78
PositionerBacklashEnable
Syntax
C# prototype
int PositionerBacklashEnable(string PositionerName, out string errstring)
Python prototype
[errstring] PositionerBacklashEnable (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerBacklashEnable command
which is used to Enable the backlash. Refer to the XPS Programmer's manual to get the
command description.
2.2.79
PositionerBacklashDisable
Syntax
C# prototype
int PositionerBacklashDisable(string PositionerName, out string errstring)
Python prototype
[errstring] PositionerBacklashDisable (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerBacklashDisable command
which is used to Disable the backlash. Refer to the XPS Programmer's manual to get
the command description.
41
EDH0318En1042 — 12/18