Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub QuickCalibrate() |
C# | |
---|---|
public abstract void QuickCalibrate() |
C++/CLI | |
---|---|
public: abstract void QuickCalibrate(); |
This only performs the calibrations for subsystems that require it. If IsAutoCalibrateEnabled is true, then partial calibrations are performed as needed and this method need not ever be called.
This method does not return until the partial calibration is finished. It may be preferable to use the asynchronous method BeginQuickCalibration() and use the Status system to determine when it is finished.A calibration is not performed if this function is called unless the active measurement's Input.DataFrom property is set to DataSource.Hardware.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)