HXP
Command Interface Manual
2.2.40
GatheringExternalConfigurationGet
Syntax
C# prototype
int GatheringExternalConfigurationGet(out string Type, out string errstring)
Python prototype
[Type, errstring] GatheringExternalConfigurationGet ()
Parameters
Input parameters
None
Output parameters
(string) Type: Type
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringExternalConfigurationGet
command which is used to Read different mnemonique type. Refer to the XPS
Programmer's manual to get the command description.
2.2.41
GatheringExternalCurrentNumberGet
Syntax
C# prototype
int GatheringExternalCurrentNumberGet(out Int32 CurrentNumber, out Int32
MaximumSamplesNumber, out string errstring)
Python prototype
[CurrentNumber, MaximumSamplesNumber, errstring]
GatheringExternalCurrentNumberGet ()
Parameters
Input parameters
None
Output parameters
(Int32_i) CurrentNumber: CurrentNumber
(Int32_i) MaximumSamplesNumber: MaximumSamplesNumber
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GatheringExternalCurrentNumberGet
command which is used to Maximum number of samples and current number during
acquisition. Refer to the XPS Programmer's manual to get the command description.
EDH0318En1042 — 12/18
22