VTI Instruments Corp.
260 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_set_trigger_timer
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_trigger_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 amount of time, in seconds, between timer ticks. Valid input values: 0.001 (1 ms) to 4294
(71.5 minutes) with a resolution of 1 µs.
DATA ITEM RESET VALUE
trig_timer = 0.1
DESCRIPTION
This function sets the timer interval for a timer source event. The same value is used for both arm and trigger events.
EXAMPLE