:CALibrate:CONTinue

Command Syntax

:CALibrate:CONTinue

Description

Continues all calibrations that are in process. As a calibration progresses, message or decision dialogs often appear. For example, the user might be instructed to disconnect any front-panel inputs to an instrument. This command is equivalent to clicking the dialog's Next or Done button. Use the :CALibrate:CANCel command for an equivalent of the Cancel button. Use the :CALibrate:SDONe? command to pause your application until the user clicks a button and to determine the which button was pressed.

Use an *OPC (Operation Complete) query to pause program execution while waiting for this command to complete.

Example Command Sequence

The following commands are used for a typical vertical calibration.

:CALibrate:CONNection3:STARt
:CALibrate:SDONe?
:CALibrate:CONTinue    //  Dismiss the begin notice calibration dialog box
:CALibrate:SDONe?
:CALibrate:CONTinue    //  Dismiss the disconnect notice dialog box
:CALibrate:SDONe?
:CALibrate:CONTinue    //  Dismiss calibration complete dialog box
*OPC?