www.vtiinstruments.com
EX1629 Command Set 105
EX1629 FUNCTION SET
vtex1629_abort
FUNCTION PROTOTYPE
ViStatus vtex1629_abort (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 aborts data acquisition. Specifically, calling this function moves the trigger system from its current
state into the IDLE state.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_abort(instrumentHandle);