VTI Instruments Corp.
186 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_get_trig_lan_eventID
FUNCTION PROTOTYPE
ViStatus _VI_FUNC vtex10xxA_get_trig_lan_eventID(ViSession vi, ViInt32 lanNumber, ViInt32 buffLength,
ViChar eventID[]);
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.
lanNumber = indicates the LAN event line whose arm event will be returned. Valid return values: 0 through 7.
buffLength = a real integer output that dictates the length of character buffer where the event ID parameter is
returned.
eventID = the Trigger LAN event ID string for the specified LAN Event. Valid return values: ASCII strings of
length 1 through 16.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns specified event ID of a LAN trigger event. The valid value of lanNumber is an integer number
0 through 7 corresponding to LXI LAN0 through LAN7 events.
EXAMPLE