www.vtiinstruments.com
EX10xxA Function Calls 225
vtex10xxA_set_arm_delay
FUNCTION PROTOTYPE
ViStatus vtex10xxA_set_arm_delay(ViSession vi, ViReal64 arm_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.
arm_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
arm_delay = 0.
DESCRIPTION
This function sets the arm delay, the time between the recognition of the arm event and the transition into the TRIG
layer of the trigger model.
EXAMPLE
// set an arm delay of 5 ms
vtex10xxA_set_arm_delay(vi, 0.005);