HXP
Command Interface Manual
2.2.36
GatheringReset
Syntax
C# prototype
int GatheringReset( out string errstring)
Python prototype
[errstring] GatheringReset ()
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 GatheringReset command which is used
to Empty the gathered data in memory to start new gathering from scratch. Refer to the
XPS Programmer's manual to get the command description.
2.2.37
GatheringRun
Syntax
C# prototype
int GatheringRun(Int32 DataNumber, Int32 Divisor, out string errstring)
Python prototype
[errstring] GatheringRun (DataNumber, Divisor)
Parameters
Input parameters
(Int32) DataNumber: DataNumber
(Int32) Divisor: Divisor
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 GatheringRun command which is used to
Start a new gathering. Refer to the XPS Programmer's manual to get the command
description.
EDH0318En1042 — 12/18
20