HXP
Command Interface Manual
2.2.64
GroupMotionEnable
Syntax
C# prototype
int GroupMotionEnable(string GroupName, out string errstring)
Python prototype
[errstring] GroupMotionEnable (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
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 GroupMotionEnable command which is
used to Set Motion enable on selected group. Refer to the XPS Programmer's manual to
get the command description.
2.2.65
GroupPositionCorrectedProfilerGet
Syntax
C# prototype
int GroupPositionCorrectedProfilerGet(string GroupName, double PositionX, double
PositionY, out double CorrectedProfilerPositionX, out double
CorrectedProfilerPositionY, out string errstring)
Python prototype
[CorrectedProfilerPositionX, CorrectedProfilerPositionY, errstring]
GroupPositionCorrectedProfilerGet (GroupName, PositionX, PositionY)
Parameters
Input parameters
(string) GroupName: GroupName
(double) PositionX: PositionX
(double) PositionY: PositionY
Output parameters
(double) CorrectedProfilerPositionX: CorrectedProfilerPositionX
(double) CorrectedProfilerPositionY: CorrectedProfilerPositionY
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupPositionCorrectedProfilerGet
command which is used to Return corrected profiler positions. Refer to the XPS
Programmer's manual to get the command description.
EDH0318En1042 — 12/18
34