HXP
Command Interface Manual
2.2.52
GPIODigitalSet
Syntax
C# prototype
int GPIODigitalSet(string GPIOName, UInt16 Mask, UInt16 DigitalOutputValue, out
string errstring)
Python prototype
[errstring] GPIODigitalSet (GPIOName, Mask, DigitalOutputValue)
Parameters
Input parameters
(string) GPIOName: GPIOName
(UInt16) Mask: Mask
(UInt16) DigitalOutputValue: DigitalOutputValue
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 GPIODigitalSet command which is used
to Set Digital Output for one or few output TTL. Refer to the XPS Programmer's
manual to get the command description.
2.2.53
GroupCorrectorOutputGet
Syntax
C# prototype
int GroupCorrectorOutputGet(string GroupName, out double[] CorrectorOutput, Int32
nbItems, out string errstring)
Python prototype
[CorrectorOutput, errstring] GroupCorrectorOutputGet (GroupName, nbItems)
Parameters
Input parameters
(string) GroupName: GroupName
(Int32) nbItems: nbItems
Output parameters
(double[]) CorrectorOutput: CorrectorOutput
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupCorrectorOutputGet command
which is used to Return corrector outputs. Refer to the XPS Programmer's manual to
get the command description.
EDH0318En1042 — 12/18
28