www.vtiinstruments.com
EX10xxA Function Calls 257
vtex10xxA_set_trigger_infinite
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_trigger_infinite(ViSession vi, ViBoolean triginf);
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.
triginf = a Boolean value which determines whether trigger count is set to infinite. If this parameter is set to “1”, the
trigger count is set to infinite. If set to “0”, the trigger count is not infinite.
DATA ITEM RESET VALUE
triginf = 0
DESCRIPTION
This function enables or disables the use of an infinite trigger count. Enabling overrides any manual setting of
trigger count.
EXAMPLE