IdealIsolation<T> Class

Ideal Isolation 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 class IdealIsolation<T> : CalibrationStandardTwoPort<T>
where T : new(), Object, IRealNumber<T>
Inheritance
Object    DatabaseItem    CalibrationStandard<T>    CalibrationStandardTwoPort<T>    IdealIsolation<T>

Type Parameters

T
Real Number Type

Constructors

IdealIsolation<T>Initializes a new instance of the IdealIsolation<T> class

Properties

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

Methods

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

See Also