www.vtiinstruments.com
EX1629 Command Set
171
vtex1629_get_lxibus_input
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_get_lxibus_input (ViSession
vi
, ViPInt32
input
);
F
UNCTION
P
ARAMETERS
vi
= contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
input
= an integer return value, that indicates the current input state of each LXI Trigger Bus channel. Valid return
values: 0 to 255.
D
ATA
I
TEM
R
ESET
V
ALUE
Not applicable to this function.
D
ESCRIPTION
This function queries and returns the input state of each of the channels on the LXI Trigger Bus. The
input
parameter is an 8-bit integer where the least significant bit of the integer corresponds to LXI Trigger Bus channel
zero and the most significant bit corresponds to LXI Trigger Bus channel seven.
If, for example, the value 129 (0x81) is returned, this corresponds to the 8-bit number 1000 0001. This indicates that
LXI Trigger Bus channels zero and seven are currently inputting high signals while the other channels are inputting
low signals.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 ins;
…
status = vtex1629_get_lxibus_input(instrumentHandle, &ins);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...