HXP
Command Interface Manual
2.2.80
PositionerCorrectorNotchFiltersSet
Syntax
C# prototype
int PositionerCorrectorNotchFiltersSet(string PositionerName, double
NotchFrequency1, double NotchBandwith1, double NotchGain1, double
NotchFrequency2, double NotchBandwith2, double NotchGain2, out string errstring)
Python prototype
[errstring] PositionerCorrectorNotchFiltersSet (PositionerName, NotchFrequency1,
NotchBandwith1, NotchGain1, NotchFrequency2, NotchBandwith2, NotchGain2)
Parameters
Input parameters
(string) PositionerName: PositionerName
(double) NotchFrequency1: NotchFrequency1
(double) NotchBandwith1: NotchBandwith1
(double) NotchGain1: NotchGain1
(double) NotchFrequency2: NotchFrequency2
(double) NotchBandwith2: NotchBandwith2
(double) NotchGain2: NotchGain2
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 PositionerCorrectorNotchFiltersSet
command which is used to Update filters parameters . Refer to the XPS Programmer's
manual to get the command description.
2.2.81
PositionerCorrectorNotchFiltersGet
Syntax
C# prototype
int PositionerCorrectorNotchFiltersGet(string PositionerName, out double
NotchFrequency1, out double NotchBandwith1, out double NotchGain1, out double
NotchFrequency2, out double NotchBandwith2, out double NotchGain2, out string
errstring)
Python prototype
[NotchFrequency1, NotchBandwith1, NotchGain1, NotchFrequency2,
NotchBandwith2, NotchGain2, errstring] PositionerCorrectorNotchFiltersGet
(PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
EDH0318En1042 — 12/18
42