VTI Instruments Corp.
226 EX1629 Command Set
vtex1629_self_cal_load
FUNCTION PROTOTYPE
ViStatus vtex1629_self_cal_load (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 takes a currently stored self-calibration file from nonvolatile memory and loads it as the current self-
calibration file to be used in data acquisition. If current (volatile) self-calibration data previously existed, it is simply
overwritten and need not be cleared in advance.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
…
status = vtex1629_self_cal_load(instrumentHandle);