Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Calibrate() |
C# | |
---|---|
public abstract void Calibrate() |
C++/CLI | |
---|---|
public: abstract void Calibrate(); |
This method does not return until the calibration is finished, which may take minutes. It is preferable to use the asynchronous method BeginCalibration() 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)