VTI Instruments Corp.
256 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_set_trigger_delay
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_trigger_delay(ViSession vi, ViReal64 trig_delay);
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.
trig_delay = sets the delay value (in seconds). Valid input values: 0 through 4294 (71.5 minutes) with a resolution
of 0.000001 (1 µs).
DATA ITEM RESET VALUE
trig_delay = 0
DESCRIPTION
This function sets the trigger delay, the time between the recognition of the trigger event and the execution of the
scan list.
EXAMPLE
// set a trigger delay of 5 ms
vtex10xxA_set_trigger_delay(vi, 0.005);