www.vtiinstruments.com
EX10xxA Function Calls 253
vtex10xxA_set_trig_lan_filter
FUNCTION PROTOTYPE
ViStatus _VI_FUNC vtex10xxA_set_trig_lan_filter(ViSession vi, ViInt32 lanNumber, 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 = an integer input value indicating the LAN event number corresponding to LAN0 through LAN7.
Valid input values: 0 through 7.
filter = a LAN Event filter string.. Valid input values: ASCII strings of length 0 through 512. See the IVI-3.15
IVILXISync specification for full filter string syntax.
DATA ITEM RESET VALUE
filter = “” (for all LAN events)
DESCRIPTION
This function specifies event ID of LAN trigger event. This function supports the LxiSync TriggerSource interface.
Valid lanNumber values are 0 through 7 and correspond to LXI LAN0 through LAN7 events.
EXAMPLE