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


success
True if magnitude flatness and phase linearity were verified to be within their thresholds
verificationDate
Timestamp of the most recent verification (UTC)
magFlatness
Magnitude flatness measured by the most recent verification (dB)
phaseLinearity
Phase linearity measured by the most recent verification (degrees)
magFlatnessThreshold
Threshold for determining success of magnitude flatness (dB)
phaseLinearityThreshold
Threshold for determining success of phase linearity (degrees)
calibratorConfigurationName
Name of the system calibrator configuration used for verification
startFrequency
Start of the verification frequency range (Hz)
stopFrequency
Stop of the verification frequency range (Hz)
points
Number of equally spaced points in verification frequency range
inputChannelIndex
Index of the input channel verified
statusMessage
A string explaining the success parameter. An empty string indicates success is true

Glossary Item Box

Initializes a new instance of the SystemCalibrationResult class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal success As Boolean, _
   ByVal verificationDate As Date, _
   ByVal magFlatness As Double, _
   ByVal phaseLinearity As Double, _
   ByVal magFlatnessThreshold As Double, _
   ByVal phaseLinearityThreshold As Double, _
   ByVal calibratorConfigurationName As String, _
   ByVal startFrequency As Double, _
   ByVal stopFrequency As Double, _
   ByVal points As Integer, _
   ByVal inputChannelIndex As Integer, _
   ByVal statusMessage As String _
)

Parameters

success
True if magnitude flatness and phase linearity were verified to be within their thresholds
verificationDate
Timestamp of the most recent verification (UTC)
magFlatness
Magnitude flatness measured by the most recent verification (dB)
phaseLinearity
Phase linearity measured by the most recent verification (degrees)
magFlatnessThreshold
Threshold for determining success of magnitude flatness (dB)
phaseLinearityThreshold
Threshold for determining success of phase linearity (degrees)
calibratorConfigurationName
Name of the system calibrator configuration used for verification
startFrequency
Start of the verification frequency range (Hz)
stopFrequency
Stop of the verification frequency range (Hz)
points
Number of equally spaced points in verification frequency range
inputChannelIndex
Index of the input channel verified
statusMessage
A string explaining the success parameter. An empty string indicates success is true

Requirements

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

See Also