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 _ ) |
C# | |
---|---|
public SystemCalibrationResult( bool success, DateTime verificationDate, double magFlatness, double phaseLinearity, double magFlatnessThreshold, double phaseLinearityThreshold, string calibratorConfigurationName, double startFrequency, double stopFrequency, int points, int inputChannelIndex, string statusMessage ) |
C++/CLI | |
---|---|
public: SystemCalibrationResult( bool success, DateTime verificationDate, double magFlatness, double phaseLinearity, double magFlatnessThreshold, double phaseLinearityThreshold, String^ calibratorConfigurationName, double startFrequency, double stopFrequency, int points, int inputChannelIndex, String^ statusMessage ) |
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
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)