CalibrationStandardT Class

Calibration Standard

Definition

Namespace: Metas.Vna.Database.CalibrationStandards
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
[SerializableAttribute]
public abstract class CalibrationStandard<T> : DatabaseItem, 
	ICalibrationStandard<T>, IDatabaseItem
where T : new(), Object, IRealNumber<T>
Inheritance
Object    DatabaseItem    CalibrationStandardT
Derived
More
Implements
ICalibrationStandardT, IDatabaseItem

Type Parameters

T
Real Number Type

Constructors

CalibrationStandardTInitializes a new instance of the CalibrationStandardT class

Properties

Comments Comments
Frequency Frequency / Hz
FrequencyAtPorts Frequency at Ports / Hz
FrequencyConversions Frequency Conversions
HasZ0andGamma Has Z0 and Gamma
Identification Identification
(Inherited from DatabaseItem)
IdNumber Id Number
(Inherited from DatabaseItem)
IsVarCStandard Is Variable Standard (constant over frequency)?
IsVarFStandard Is Variable Standard (function of frequency)?
NFreq Number of Frequency Points
NParametersC Number of Parameters (constant over frequency)
NParametersF Number of Parameters (function of frequency)
NPorts Number of Ports
NVariablesC Number of Variables (constant over frequency)
NVariablesF Number of Variables (function of frequency)
ParametersC Parameters (constant over frequency)
ParametersF Parameters (function of frequency)
VariablesC Variables (constant over frequency)
VariablesCLowerBound Variables (constant over frequency) Lower Bound
VariablesCUpperBound Variables (constant over frequency) Upper Bound
VariablesF Variables (function of frequency)
VariablesFLowerBound Variables (function of frequency) Lower Bound
VariablesFUpperBound Variables (function of frequency) Upper Bound
Zr Reference Impedance / Ohm

Methods

Compute Computes Standard Data
Compute1Freq Computes Standard Data for one Frequency Point
ComputeZ0andGamma Computes Z0 and Gamma
ConvertToT2 Convert To
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)
Init(Double) Initializes Calibration Standard
Init(Double, FrequencyConversion) Initializes Calibration Standard
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also