VTI Instruments Corp.
224 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_set_arm_count
FUNCTION PROTOTYPE
vtex1048_set_arm_count(ViSession vi, ViInt32 count);
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.
count =sets the arm count value. Valid input values: 1 through (2
31
-1).
DATA ITEM RESET VALUE
count = 1
DESCRIPTION
This function sets the arm count value. This value is reset with each trigger initialize or automatically upon reaching
zero when init continuous is enabled.
EXAMPLE
// set an arm count of 10
vtex10xxA_set_arm_count(vi, 10);