VTI Instruments Corp.
214 EX10xxA/RX1032/EX1044 Function Calls
vtex10xxA_self_cal_get_status
FUNCTION PROTOTYPE
ViStatus vtex10xxA_self_cal_get_status(ViSession vi, ViPInt32 cal_percent);
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.
cal_percent = an integer output value in decimal that represents the percentage completion status of self-calibration.
Valid return values: 0 through 100.
DATA ITEM RESET VALUE
Not applicable to this function.
DESCRIPTION
This function returns the completion status of self-calibration.
NOTE Additional instrument driver calls should not be performed until the completion status reaches 100
percent.
EXAMPLE