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


Glossary Item Box

Gets the magnitude flatness measured during verification, in dB

Syntax

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

Remarks

Magnitude flatness is calculated as the absolute value of the maximum deviation from the mean amplitude 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