www.vtiinstruments.com
EX1629 Command Set 215
vtex1629_reset_fifo
FUNCTION PROTOTYPE
ViStatus vtex1629_reset_fifo (ViSession vi);
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.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function clears all the currently stored data from the FIFO memory.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_reset_fifo(instrumentHandle);