HXP
Command Interface Manual
Description
This function is used to process synchrounous SingleAxisSlaveModeDisable command
which is used to Disable the slave mode. Refer to the XPS Programmer's manual to get
the command description.
2.2.128
SingleAxisSlaveParametersSet
Syntax
C# prototype
int SingleAxisSlaveParametersSet(string GroupName, string PositionerName, double
Ratio, out string errstring)
Python prototype
[errstring] SingleAxisSlaveParametersSet (GroupName, PositionerName, Ratio)
Parameters
Input parameters
(string) GroupName: GroupName
(string) PositionerName: PositionerName
(double) Ratio: Ratio
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 SingleAxisSlaveParametersSet command
which is used to Set slave parameters. Refer to the XPS Programmer's manual to get
the command description.
2.2.129
SingleAxisSlaveParametersGet
Syntax
C# prototype
int SingleAxisSlaveParametersGet(string GroupName, out string PositionerName, out
double Ratio, out string errstring)
Python prototype
[PositionerName, Ratio, errstring] SingleAxisSlaveParametersGet (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(string) PositionerName: PositionerName
(double) Ratio: Ratio
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
EDH0318En1042 — 12/18
72