HXP
Command Interface Manual
Output parameters
(string) PositionerHardwareStatusString: PositionerHardwareStatusString
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerHardwareStatusStringGet
command which is used to Return the positioner hardware status string corresponding
to the positioner error code. Refer to the XPS Programmer's manual to get the command
description.
2.2.102
PositionerHardInterpolatorFactorGet
Syntax
C# prototype
int PositionerHardInterpolatorFactorGet(string PositionerName, out Int32
InterpolationFactor, out string errstring)
Python prototype
[InterpolationFactor, errstring] PositionerHardInterpolatorFactorGet (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(Int32_i) InterpolationFactor: InterpolationFactor
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerHardInterpolatorFactorGet
command which is used to Get hard interpolator parameters. Refer to the XPS
Programmer's manual to get the command description.
2.2.103
PositionerHardInterpolatorFactorSet
Syntax
C# prototype
int PositionerHardInterpolatorFactorSet(string PositionerName, Int32
InterpolationFactor, out string errstring)
Python prototype
[errstring] PositionerHardInterpolatorFactorSet (PositionerName, InterpolationFactor)
Parameters
Input parameters
(string) PositionerName: PositionerName
(Int32) InterpolationFactor: InterpolationFactor
EDH0318En1042 — 12/18
56