HXP
Command Interface Manual
2.2.54
GroupHomeSearch
Syntax
C# prototype
int GroupHomeSearch(string GroupName, out string errstring)
Python prototype
[errstring] GroupHomeSearch (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 GroupHomeSearch command which is
used to Start home search sequence. Refer to the XPS Programmer's manual to get the
command description.
2.2.55
GroupHomeSearchAndRelativeMove
Syntax
C# prototype
int GroupHomeSearchAndRelativeMove(string GroupName, double[]
TargetDisplacement, Int32 nbItems, out string errstring)
Python prototype
[errstring] GroupHomeSearchAndRelativeMove (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 GroupHomeSearchAndRelativeMove
command which is used to Start home search sequence and execute a displacement.
Refer to the XPS Programmer's manual to get the command description.
29
EDH0318En1042 — 12/18