www.vtiinstruments.com
EX10xxA Function Calls 205
vtex10xxA_pop_logged_LAN_event
FUNCTION PROTOTYPE
ViStatus VI_FUNC vtex10xxA_pop_logged_LAN_event(ViSession vi, ViInt32 buffLength, ViChar
poppedEvent[]);
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.
buffLength = an integer return value indicating the length of character buffer where event log string is returned.
This parameter should not exceed 256 characters in length.
poppedEvent = the buffer to return the event log entry into. Valid input/return values: ASCII string of length 0 to
buffLength.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the oldest event log entry in the instrument. The entry will be cleared once it is retrieved. For
more information, see the vtex10xxA_get_lan_eventlog_enabled function.
EXAMPLE