Keysight Pathwave 89600 VSA .NET API
Calibrate Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Calibration Class : Calibrate Method


Glossary Item Box

Performs a full calibration of the input hardware.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Calibrate() 
C# 
public abstract void Calibrate()
C++/CLI 
public:
abstract void Calibrate(); 

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also