HXP
Command Interface Manual
2.2.44
GlobalArraySet
Syntax
C# prototype
int GlobalArraySet(Int32 Number, string ValueString, out string errstring)
Python prototype
[errstring] GlobalArraySet (Number, ValueString)
Parameters
Input parameters
(Int32) Number: Number
(string) ValueString: ValueString
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 GlobalArraySet command which is used
to Set global array value. Refer to the XPS Programmer's manual to get the command
description.
2.2.45
DoubleGlobalArrayGet
Syntax
C# prototype
int DoubleGlobalArrayGet(Int32 Number, out double DoubleValue, out string
errstring)
Python prototype
[DoubleValue, errstring] DoubleGlobalArrayGet (Number)
Parameters
Input parameters
(Int32) Number: Number
Output parameters
(double) DoubleValue: DoubleValue
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous DoubleGlobalArrayGet command which
is used to Get double global array value. Refer to the XPS Programmer's manual to get
the command description.
EDH0318En1042 — 12/18
24