HXP
Command Interface Manual
2.2.156
HardwareInternalListGet
Syntax
C# prototype
int HardwareInternalListGet(out string InternalHardwareList, out string errstring)
Python prototype
[InternalHardwareList, errstring] HardwareInternalListGet ()
Parameters
Input parameters
None
Output parameters
(string) InternalHardwareList: InternalHardwareList
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous HardwareInternalListGet command
which is used to Internal hardware list. Refer to the XPS Programmer's manual to get
the command description.
2.2.157
HardwareDriverAndStageGet
Syntax
C# prototype
int HardwareDriverAndStageGet(Int32 PlugNumber, out string DriverName, out string
StageName, out string errstring)
Python prototype
[DriverName, StageName, errstring] HardwareDriverAndStageGet (PlugNumber)
Parameters
Input parameters
(Int32) PlugNumber: PlugNumber
Output parameters
(string) DriverName: DriverName
(string) StageName: StageName
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous HardwareDriverAndStageGet command
which is used to Smart hardware. Refer to the XPS Programmer's manual to get the
command description.
EDH0318En1042 — 12/18
86