www.vtiinstruments.com
EX10xxA Function Calls 151
vtex10xxA_get_arm_lan_filter
FUNCTION PROTOTYPE
ViStatus _VI_FUNC vtex10xxA_get_arm_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 Arm LAN filter string for the specified LAN Event. Valid return values: ASCII strings of length 0 to 512
which conform to the filter syntax as defined in the IVI-3.15 IVILXISync specification.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the LAN arm event filter for the specified LAN event line. The valid value of
lanNumber is an integer 0 through 7 corresponding to LXI LAN events LAN0 through LAN7.
EXAMPLE