HXP
Command Interface Manual
2.2.76
PositionerBacklashGet
Syntax
C# prototype
int PositionerBacklashGet(string PositionerName, out double BacklashValue, out string
BacklaskStatus, out string errstring)
Python prototype
[BacklashValue, BacklaskStatus, errstring] PositionerBacklashGet (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(double) BacklashValue: BacklashValue
(string) BacklaskStatus: BacklaskStatus
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerBacklashGet command which
is used to Read backlash value and status. Refer to the XPS Programmer's manual to
get the command description.
2.2.77
PositionerBacklashSet
Syntax
C# prototype
int PositionerBacklashSet(string PositionerName, double BacklashValue, out string
errstring)
Python prototype
[errstring] PositionerBacklashSet (PositionerName, BacklashValue)
Parameters
Input parameters
(string) PositionerName: PositionerName
(double) BacklashValue: BacklashValue
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 PositionerBacklashSet command which
is used to Set backlash value. Refer to the XPS Programmer's manual to get the
command description.
EDH0318En1042 — 12/18
40