www.vtiinstruments.com
EX1629 Command Set 299
vtex1629_trig_init
FUNCTION PROTOTYPE
ViStatus vtex1629_trig_init (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 initiates the trigger system. Specifically, calling this function moves the trigger state machine from the
Idle layer into the Init layer.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_trig_init(instrumentHandle);