www.vtiinstruments.com
EX10xxA Function Calls 201
vtex10xxA_get_vtb_wiredor_bias
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_vtb_wiredor(ViSession vi, ViPInt32 wiredor);
FUNCTION PARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
wiredor = an integer return value that indicates the Wired-OR state for all eight LXI Trigger Bus lines. Only the
least significant bits are used. The least significant bit of the integer represents LXI trigger bus line 0, where the 8th
least significant bit corresponds to LXI trigger bus line 7. A return value of “1” for any of the eight bits indicates
that the wired or mode is enabled for that particular LXI trigger bus line, while a value of “0” indicates that Wired-
OR is disabled.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the Wired-OR bias enabled state for each individual LXI trigger bus channel.
EXAMPLE