VTI Instruments Corp.
216 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_self_cal_is_stored
FUNCTION PROTOTYPE
ViStatus vtex10xxA_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 value indicating whether self-calibration data is stored in non-volatile memory. If a “1” is
returned for this parameter, this indicates that self-calibration data is stored in non-volatile memory. If a “0” is
returned, no self-calibration data is stored.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the presence of self-calibration data in non-volatile memory. Non-volatile self-calibration data
is automatically loaded and used upon an instrument power cycle or reset. It is stored with the
vtex10xxA_self_cal_store function.
EXAMPLE