HXP
Command Interface Manual
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(string) CorrectorType: CorrectorType
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous PositionerCorrectorTypeGet command
which is used to Read corrector type. Refer to the XPS Programmer's manual to get the
command description.
2.2.91
PositionerCurrentVelocityAccelerationFiltersSet
Syntax
C# prototype
int PositionerCurrentVelocityAccelerationFiltersSet(string PositionerName, double
CurrentVelocityCutOffFrequency, double CurrentAccelerationCutOffFrequency, out
string errstring)
Python prototype
[errstring] PositionerCurrentVelocityAccelerationFiltersSet (PositionerName,
CurrentVelocityCutOffFrequency, CurrentAccelerationCutOffFrequency)
Parameters
Input parameters
(string) PositionerName: PositionerName
(double) CurrentVelocityCutOffFrequency: CurrentVelocityCutOffFrequency
(double) CurrentAccelerationCutOffFrequency: CurrentAccelerationCutOffFrequency
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
PositionerCurrentVelocityAccelerationFiltersSet command which is used to Set current
velocity and acceleration cut off frequencies. Refer to the XPS Programmer's manual to
get the command description.
2.2.92
PositionerCurrentVelocityAccelerationFiltersGet
Syntax
C# prototype
int PositionerCurrentVelocityAccelerationFiltersGet(string PositionerName, out double
CurrentVelocityCutOffFrequency, out double CurrentAccelerationCutOffFrequency,
out string errstring)
EDH0318En1042 — 12/18
50