HXP
Command Interface Manual
2.2.62
GroupMoveRelative
Syntax
C# prototype
int GroupMoveRelative(string GroupName, double[] TargetDisplacement, Int32
nbItems, out string errstring)
Python prototype
[errstring] GroupMoveRelative (GroupName, TargetDisplacement, nbItems)
Parameters
Input parameters
(string) GroupName: GroupName
(double[]) TargetDisplacement: TargetDisplacement
(Int32) nbItems: nbItems
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 GroupMoveRelative command which is
used to Do a relative move. Refer to the XPS Programmer's manual to get the
command description.
2.2.63
GroupMotionDisable
Syntax
C# prototype
int GroupMotionDisable(string GroupName, out string errstring)
Python prototype
[errstring] GroupMotionDisable (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 GroupMotionDisable command which is
used to Set Motion disable on selected group. Refer to the XPS Programmer's manual
to get the command description.
33
EDH0318En1042 — 12/18