VerificationResultT Class

Verification Result

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
public class VerificationResult<T>
where T : new(), Object, IRealNumber<T>
Inheritance
Object    VerificationResultT

Type Parameters

T

Constructors

VerificationResultTInitializes a new instance of the VerificationResultT class

Properties

Difference Difference (Measurement - Reference)
Frequency Frequency / Hz
MaxNormalizedError Max Normalized Error
MeasurementData Measurement Data
MeasurementName Measurement Name
NormalizedError Normalized Error for each Frequency Point
Passed Passed
ReferenceData Reference Data
ReferenceName Reference Name

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also