www.vtiinstruments.com
EX10xxA Function Calls 187
vtex10xxA_get_trig_lan_filter
FUNCTION PROTOTYPE
ViStatus _VI_FUNC vtex10xxA_get_trig_lan_filter(ViSession vi, ViInt32 lanNumber, ViInt32 buffLength,
ViChar filter[]);
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 in dictating the length of character buffer where the filter string is returned.
filter = the Trigger LAN filter string for the specified LAN Event. Valid return values: ASCII strings of length 0
through 512 which conform to the filter syntax defined in IVI-3.15 IVILXISync specification.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns specified filter 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