www.vtiinstruments.com
EX1629 Command Set 217
vtex1629_reset_trigger_arm
FUNCTION PROTOTYPE
ViStatus vtex1629_reset_trigger_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 resets all trigger system configuration settings (Trigger and Arm) to their reset values, as defined in
Table 6-1. When reconfiguring the trigger system, it is often easiest to reset to the default configuration and then
apply the desired configuration.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_reset_trigger_arm(instrumentHandle);