HXP
Command Interface Manual
2.2.32
GatheringStopAndSave
Syntax
C# prototype
int GatheringStopAndSave( out string errstring)
Python prototype
[errstring] GatheringStopAndSave ()
Parameters
Input parameters
None
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 GatheringStopAndSave command which
is used to Stop acquisition and save data. Refer to the XPS Programmer's manual to get
the command description.
2.2.33
GatheringDataAcquire
Syntax
C# prototype
int GatheringDataAcquire( out string errstring)
Python prototype
[errstring] GatheringDataAcquire ()
Parameters
Input parameters
None
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 GatheringDataAcquire command which
is used to Acquire a configured data. Refer to the XPS Programmer's manual to get the
command description.
EDH0318En1042 — 12/18
18