XPS Unified Programmer’s Manual
7.2.1.360 TZTrackingCutOffFrequencySet
Name
TZTrackingCutOffFrequencySet – Sets tracking cut-off frequency of TZ group.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks the group type (must be a TZ group): (-8)
- Value is out of range: (-17)
- Checks the group (must not be a positioner): (-19)
Description
This function sets the tracking cut-off frequency for each positioner of TZ group.
Prototype
int TZTrackingCutOffFrequencySet(
int SocketID,
char * GroupName,
double CutOffFrequency1,
double CutOffFrequency2,
double CutOffFrequency3
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function
GroupName char * TZ group name
CutOffFrequency1 double Positioner 1 cut-off frequency (Hz)
CutOffFrequency2 double Positioner 2 cut-off frequency (Hz)
CutOffFrequency3 double Positioner 3 cut-off frequency (Hz)
Output parameters
None.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -8: Wrong object type for this command.
• -17: Parameter out of range or incorrect.
• -19: Group name doesn't exist or unknown command.
525 EDH0373En1023 — 01/18