VTI Instruments Corp.
214 EX1629 Command Set
vtex1629_reset
FUNCTION PROTOTYPE
ViStatus vtex1629_reset (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 commands the instrument to assume the default settings, as defined in Table 6-1.
NOTE This function will not release a lock on the EX1629 nor will it affect self-calibration data.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
…
status = vtex1629_reset(instrumentHandle);