HXP  Command Interface Manual 
2.2.60  GroupMoveAbort 
Syntax 
C# prototype 
int GroupMoveAbort(string GroupName,  out string errstring) 
Python prototype 
[errstring] GroupMoveAbort (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 GroupMoveAbort command which is 
used to  Abort a move. Refer to the XPS Programmer's manual to get the command 
description. 
2.2.61  GroupMoveAbsolute 
Syntax 
C# prototype 
int GroupMoveAbsolute(string GroupName, double[] TargetPosition, Int32 nbItems,  
out string errstring) 
Python prototype 
[errstring] GroupMoveAbsolute (GroupName, TargetPosition, nbItems) 
Parameters 
Input parameters  
(string) GroupName: GroupName 
(double[]) TargetPosition: TargetPosition 
(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 GroupMoveAbsolute command which is 
used to  Do an absolute move. Refer to the XPS Programmer's manual to get the 
command description. 
 
 
EDH0318En1042 — 12/18  32