VTI Instruments Corp.
192 EX1629 Command Set
vtex1629_get_trigger_count
FUNCTION PROTOTYPE
ViStatus vtex1629_get_trigger_count (ViSession vi, ViPInt32 trigCount);
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.
trigCount = an integer output value that specifies the currently configured trigger count for the EX1629. Valid
return values: 1 to (2
31
-1).
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function queries and returns the currently configured trigger count for the EX1629. Specifically, this is the
number of times the EX1629 will wait for triggers after being armed before it will abort acquisition and return to the
arm layer of the trigger state machine.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 trig_count;
…
…
status = vtex1629_get_trigger_count(instrumentHandle, &trig_count);