www.vtiinstruments.com
EX1629 Command Set 295
vtex1629_soft_arm
FUNCTION PROTOTYPE
ViStatus vtex1629_soft_arm (ViSession vi);
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.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function sends a software generated arm event to the EX1629. Note, a software arm is only legal when the arm
source is configured as pattern (see vtex1629_set_arm_source).
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_soft_arm(instrumentHandle);