www.vtiinstruments.com
EX10xxA Function Calls 255
vtex10xxA_set_trigger_count
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_trigger_count(ViSession vi, ViInt32 count);
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.
count = sets the trigger count value. Valid input values: 1 through (2
31
-1).
DATA ITEM RESET VALUE
count = 1
DESCRIPTION
This value sets the trigger count value. This value is reset with each arm event.
EXAMPLE
// set a trigger count of 10
vtex10xxA_set_trigger_count(vi, 10);