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


Glossary Item Box

Gets the threshold for phase linearity measured during verification, in degrees

Syntax

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

Remarks

This value affects the return value of GetVerificationResult. For GetVerificationResult to return true, phase linearity measured during verification must be less than or equal to this threshold.

Requirements

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

See Also