HXP
Command Interface Manual
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 PositionerCorrectorPIPositionSet
command which is used to Update corrector parameters. Refer to the XPS
Programmer's manual to get the command description.
2.2.89
PositionerCorrectorPIPositionGet
Syntax
C# prototype
int PositionerCorrectorPIPositionGet(string PositionerName, out bool
ClosedLoopStatus, out double KP, out double KI, out double IntegrationTime, out
string errstring)
Python prototype
[ClosedLoopStatus, KP, KI, IntegrationTime, errstring]
PositionerCorrectorPIPositionGet (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(bool) ClosedLoopStatus: ClosedLoopStatus
(double) KP: KP
(double) KI: KI
(double) IntegrationTime: IntegrationTime
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerCorrectorPIPositionGet
command which is used to Read corrector parameters. Refer to the XPS Programmer's
manual to get the command description.
2.2.90
PositionerCorrectorTypeGet
Syntax
C# prototype
int PositionerCorrectorTypeGet(string PositionerName, out string CorrectorType, out
string errstring)
Python prototype
[CorrectorType, errstring] PositionerCorrectorTypeGet (PositionerName)
49
EDH0318En1042 — 12/18