VTI Instruments Corp.
254 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_set_trig_source_timer
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_trig_source_timer(ViSession vi, ViReal64 trig_timer);
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_timer = the time value (in seconds) between timer ticks. Valid input values: 0.001 (1 ms) through 4294
(71.5 minutes) with a resolution of 0.000001 (1 µs).
DATA ITEM RESET VALUE
trig_timer = 0.1
DESCRIPTION
This function sets a trigger source of timer only and sets the timer interval. This is a one-function combination of the
vtex10xxA_set_trigger_sourceEx and vtex10xxA_set_trigger_timer functions.
EXAMPLE