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


Glossary Item Box

Gets the threshold for magnitude flatness measured during verification, in dB

Syntax

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

Remarks

This value affects the return value of GetVerificationResult. For GetVerificationResult to return true, magnitude flatness 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