www.vtiinstruments.com
EX1629 Command Set 225
vtex1629_self_cal_is_stored
FUNCTION PROTOTYPE
ViStatus vtex1629_self_cal_is_stored (ViSession vi, ViPBoolean stored);
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.
stored = a Boolean return value indicating the presence of a previously saved self-calibration file within nonvolatile
memory. A return value of VI_TRUE (1) indicates the existence of a file, whereas VI_FALSE (0) indicates that no
file exists.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This functions queries the existence of a previously saved self-calibration file within non-volatile memory. Non-
volatile self-calibration data is automatically loaded and used upon an instrument power cycle or reboot. It is stored
with the vtex1629_self_cal_store function.
EXAMPLE
ViSession instrumentHandle;
ViStatus status;
ViBoolean isstored;
…
status = vtex1629_self_cal_is_stored (instrumentHandle, &isstored);