www.vtiinstruments.com
EX10xxA Function Calls 171
vtex10xxA_get_lan_event_source_state
FUNCTION PROTOTYPE
ViStatus vtex10xxA_get_lan_event_source_state(ViSession vi,ViPInt32 arm_state,ViPInt32 trig_state);
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.
arm_state = returns an integer output value representing the 8-bit value of the port. Within the 8-bit field, the MSB
corresponds to VTB channel 7 and the LSB corresponds to VTB channel 0. Valid return values are: 0 to 255.
trig_state = returns an integer output value representing the 8-bit value of the port. Within the 8-bit filed, the MSB
corresponds to VTB channel 7 and the LSB corresponds to VTB channel 0. Valid return values are: 0 to 255.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the current arm and trigger state of the LAN events.
EXAMPLE