CalConfigStdT Class

Calibration Config Standard

Definition

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

Type Parameters

T
Real Number Type

Constructors

Properties

Definition Calibration Standard Definition
Description Calibration Standard Description
Measurement Calibration Standard Raw Measurement
PowerMeasurement Power Sensor Raw Measurement
ReceiverMeasurement Calibration Standard Raw Receiver Measurement
U Uncertainty Contributions
UncDefinition Definition including Drift of Ideal VNA, Cable Stability and Connector Repeatability
UncDriftSwitchTerms Drift of Switch Terms
UncMeasurement Raw Measurement including the Noise and Linearity
UncPowerMeasurement Raw Power Measurement including the Noise and Linearity
UncReceiverDefinition Receiver Definition including Drift of Ideal VNA, Cable Stability and Connector Repeatability
UncReceiverMeasurement Raw Measurement including the Noise and Linearity

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