Keysight Pathwave 89600 VSA .NET API
PhaseLinearity Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > SystemCalibrationResult Class : PhaseLinearity Property


Glossary Item Box

Gets the phase linearity measured during verification, in degrees

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PhaseLinearity As Double
C# 
public double PhaseLinearity {get;}
C++/CLI 
public:
property double PhaseLinearity {
   double get();
}

Remarks

Phase linearity is calculate as the absolute value of the maximum phase deviation from the flatten phase response of the calibration data. The value is double.NaN if verification has not been performed

Requirements

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

See Also