HXP
Command Interface Manual
2.2.112
PositionerStageParameterGet
Syntax
C# prototype
int PositionerStageParameterGet(string PositionerName, string ParameterName, out
string ParameterValue, out string errstring)
Python prototype
[ParameterValue, errstring] PositionerStageParameterGet (PositionerName,
ParameterName)
Parameters
Input parameters
(string) PositionerName: PositionerName
(string) ParameterName: ParameterName
Output parameters
(string) ParameterValue: ParameterValue
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerStageParameterGet command
which is used to Return the stage parameter. Refer to the XPS Programmer's manual to
get the command description.
2.2.113
PositionerStageParameterSet
Syntax
C# prototype
int PositionerStageParameterSet(string PositionerName, string ParameterName, string
ParameterValue, out string errstring)
Python prototype
[errstring] PositionerStageParameterSet (PositionerName, ParameterName,
ParameterValue)
Parameters
Input parameters
(string) PositionerName: PositionerName
(string) ParameterName: ParameterName
(string) ParameterValue: ParameterValue
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
EDH0318En1042 — 12/18
62