PowerCalibrationStandardT Class

Power Calibration Standard

Definition

Namespace: Metas.Vna.Database.CalibrationStandards
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public abstract class PowerCalibrationStandard<T> : WaveParamCalibrationStandard<T>, 
	IPowerCalibrationStandard2<T>, IPowerCalibrationStandard<T>, IWaveParamCalibrationStandard<T>, ICalibrationStandard<T>, 
	IDatabaseItem, IDatabasedCalibrationStandard<T>
where T : new(), Object, IRealNumber<T>
Inheritance
Object    DatabaseItem    CalibrationStandardT    WaveParamCalibrationStandardT    PowerCalibrationStandardT
Derived
Implements
ICalibrationStandardT, IDatabasedCalibrationStandardT, IPowerCalibrationStandardT, IPowerCalibrationStandard2T, IWaveParamCalibrationStandardT, IDatabaseItem

Type Parameters

T
Real Number Type

Constructors

PowerCalibrationStandardTInitializes a new instance of the PowerCalibrationStandardT class

Properties

CalibrationFactor Calibration Factor (from Database)
Comments Comments
(Inherited from CalibrationStandardT)
DefinitionFrequency Definition Frequency List / Hz
DefinitionFrequencyConversions Definition Frequency Conversions
Frequency Frequency / Hz
(Inherited from CalibrationStandardT)
FrequencyAtPorts Frequency at Ports / Hz
(Inherited from CalibrationStandardT)
FrequencyCalibrationFactor Frequency List / Hz for Calibration Factor (from Database)
FrequencyConversions Frequency Conversions
(Inherited from CalibrationStandardT)
FrequencyPowerIndicated Frequency List / Hz for Power Indicated (from Measurement)
FrequencyReflectionCoefficient Frequency List / Hz for Reflection Coefficient (from Database or Measurement)
HasZ0andGamma Has Z0 and Gamma
(Inherited from CalibrationStandardT)
Identification Identification
(Inherited from DatabaseItem)
IdNumber Id Number
(Inherited from DatabaseItem)
IsVarCStandard Is Variable Standard (constant over frequency)?
(Inherited from CalibrationStandardT)
IsVarFStandard Is Variable Standard (function of frequency)?
(Inherited from CalibrationStandardT)
NFreq Number of Frequency Points
(Inherited from CalibrationStandardT)
NParametersC Number of Parameters (constant over frequency)
(Inherited from CalibrationStandardT)
NParametersF Number of Parameters (function of frequency)
(Inherited from CalibrationStandardT)
NPorts Number of Ports
(Overrides CalibrationStandardTNPorts)
NVariablesC Number of Variables (constant over frequency)
(Inherited from CalibrationStandardT)
NVariablesF Number of Variables (function of frequency)
(Inherited from CalibrationStandardT)
ParametersC Parameters (constant over frequency)
(Inherited from CalibrationStandardT)
ParametersF Parameters (function of frequency)
(Inherited from CalibrationStandardT)
PowerIndicated Power Indicated / W (from Measurement)
ReflectionCoefficient Reflection Coefficient (from Database or Measurement)
VariablesC Variables (constant over frequency)
(Inherited from CalibrationStandardT)
VariablesCLowerBound Variables (constant over frequency) Lower Bound
(Inherited from CalibrationStandardT)
VariablesCUpperBound Variables (constant over frequency) Upper Bound
(Inherited from CalibrationStandardT)
VariablesF Variables (function of frequency)
(Inherited from CalibrationStandardT)
VariablesFLowerBound Variables (function of frequency) Lower Bound
(Inherited from CalibrationStandardT)
VariablesFUpperBound Variables (function of frequency) Upper Bound
(Inherited from CalibrationStandardT)
Zr Reference Impedance / Ohm
(Inherited from CalibrationStandardT)

Methods

Compute Computes Standard Data
(Inherited from CalibrationStandardT)
Compute1Freq Computes Standard Data for one Frequency Point
(Overrides WaveParamCalibrationStandardTCompute1Freq(Int32))
ComputeWaveParamData Computes Standard Wave Parameter Data
(Inherited from WaveParamCalibrationStandardT)
ComputeWaveParamData1Freq Computes Standard Receiver Data for one Frequency Point
(Overrides WaveParamCalibrationStandardTComputeWaveParamData1Freq(Int32))
ComputeZ0andGamma Computes Z0 and Gamma
(Inherited from CalibrationStandardT)
ConvertToT2 Convert To
(Inherited from CalibrationStandardT)
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 CalibrationStandardT)
Init(Double, FrequencyConversion) Initializes Calibration Standard
(Overrides CalibrationStandardTInit(Double, FrequencyConversion))
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetPowerIndicated Sets Power Indicated / W (from Measurement)
SetReflectionCoefficient Sets Reflection Coefficient (from Measurement)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also