Admin Production ni-theme
Current Publication

Is Calibration Complete [CAL]

IVI Compliance Package

IviUpconverter Is Calibration Complete [CAL]

IviUpconverterCalibration Capability Group

This VI queries the instrument to determine the status of all calibration operations initiated by the IviUpconverter Calibrate VI.

This VI returns the Calibration Complete value in the status parameter only when calibration is complete. If some calibration operations are still in progress, the driver returns the Calibration In Progress value. If the driver cannot query the instrument to determine its state, the driver returns the Calibration Status Unknown value.

Note Note  This VI does not check the instrument status. Typically, You call this VI only in a sequence of calls to other low-level driver VIs. The sequence performs one operation. You use the low-level VIs to optimize one or more aspects of interaction with the instrument. To check the instrument status, call the IviUpconverter Error-Query VI at the conclusion of the sequence.

IviUpconverter Is Calibration Complete [CAL].vi

civrn instrument handle The instrument handle that you obtain from the IviUpconverter Initialize VI or IviUpconverter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

cerrcodeclst error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

iivrn instrument handle out The instrument handle that you obtain from the IviUpconverter Initialize VI or IviUpconverter Initialize With Options VI. The handle identifies a particular instrument session.

Default Value: None

ii32 status Returns the status of the calibration operation.

Defined Values:

IVIUPCONVERTER_VAL_CALIBRATION_COMPLETE - Calibration complete.

IVIUPCONVERTER_VAL_CALIBRATION_IN_PROGRESS - Calibration in progress.

IVIUPCONVERTER_VAL_CALIBRATION_STATUS_UNKNOWN - Calibration status unknown.

IVIUPCONVERTER_VAL_CALIBRATION_FAILED - Calibration failed.

ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.