PowerSensorTableItem Class

Power Sensor Table Item

Definition

Namespace: Metas.Vna.Database.CalibrationStandards
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public class PowerSensorTableItem : PowerCalibrationStandardTableItem
Inheritance
Object    PowerCalibrationStandardTableItem    PowerSensorTableItem

Constructors

PowerSensorTableItemInitializes a new instance of the PowerSensorTableItem class

Properties

CalibrationFactorUncertainty Calibration Factor Uncertainty / (W/W)
(Inherited from PowerCalibrationStandardTableItem)
CalibrationFactorValue Calibration Factor Value / (W/W)
(Inherited from PowerCalibrationStandardTableItem)
Frequency Frequency
(Inherited from PowerCalibrationStandardTableItem)
ReflectionCoefficientImagUncertainty Reflection Coefficient Imaginary Part Uncertainty
(Inherited from PowerCalibrationStandardTableItem)
ReflectionCoefficientImagValue Reflection Coefficient Imaginary Part Value
(Inherited from PowerCalibrationStandardTableItem)
ReflectionCoefficientRealUncertainty Reflection Coefficient Real Part Uncertainty
(Inherited from PowerCalibrationStandardTableItem)
ReflectionCoefficientRealValue Reflection Coefficient Real Part Value
(Inherited from PowerCalibrationStandardTableItem)

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