IPowerSensorT Interface

Interface Power Sensor

Definition

Namespace: Metas.Vna.Database.CalibrationStandards
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public interface IPowerSensor<T> : IVisaDevice<T>, 
	ICalibrationStandard<T>, IDatabaseItem, IPowerCalibrationStandard<T>, IWaveParamCalibrationStandard<T>, IDatabasedCalibrationStandard<T>
where T : new(), Object, IRealNumber<T>
Implements
ICalibrationStandardT, IDatabasedCalibrationStandardT, IPowerCalibrationStandardT, IVisaDeviceT, IWaveParamCalibrationStandardT, IDatabaseItem

Type Parameters

T
Real Number Type

Properties

Channel Channel
Comments Comments
(Inherited from ICalibrationStandardT)
DefaultFrequency Default Frequency / Hz
DefinitionFrequency Definition Frequency List / Hz
(Inherited from IDatabasedCalibrationStandardT)
DefinitionFrequencyConversions Definition Frequency Conversions
(Inherited from IDatabasedCalibrationStandardT)
Driver Driver
(Inherited from IVisaDeviceT)
Frequency Frequency / Hz
(Inherited from ICalibrationStandardT)
FrequencyAtPorts Frequency at Ports / Hz
(Inherited from ICalibrationStandardT)
FrequencyConversions Frequency Conversions
(Inherited from ICalibrationStandardT)
HasZ0andGamma Has Z0 and Gamma
(Inherited from ICalibrationStandardT)
Identification Identification
(Inherited from IDatabaseItem)
IdNumber Id Number
(Inherited from IDatabaseItem)
IsVarCStandard Is Variable Standard (constant over frequency)?
(Inherited from ICalibrationStandardT)
IsVarFStandard Is Variable Standard (function of frequency)?
(Inherited from ICalibrationStandardT)
NFreq Number of Frequency Points
(Inherited from ICalibrationStandardT)
NParametersC Number of Parameters (constant over of frequency)
(Inherited from ICalibrationStandardT)
NParametersF Number of Parameters (function of frequency)
(Inherited from ICalibrationStandardT)
NPorts Number of Ports
(Inherited from ICalibrationStandardT)
NVariablesC Number of Variables (constant over frequency)
(Inherited from ICalibrationStandardT)
NVariablesF Number of Variables (function of frequency)
(Inherited from ICalibrationStandardT)
ParametersC Parameters (constant over frequency)
(Inherited from ICalibrationStandardT)
ParametersF Parameters (function of frequency)
(Inherited from ICalibrationStandardT)
Resource Resource
(Inherited from IVisaDeviceT)
Uncertainties Uncertainties
VariablesC Variables (constant over frequency)
(Inherited from ICalibrationStandardT)
VariablesCLowerBound Variables (constant over frequency) Lower Bound
(Inherited from ICalibrationStandardT)
VariablesCUpperBound Variables (constant over frequency) Upper Bound
(Inherited from ICalibrationStandardT)
VariablesF Variables (function of frequency)
(Inherited from ICalibrationStandardT)
VariablesFLowerBound Variables (function of frequency) Lower Bound
(Inherited from ICalibrationStandardT)
VariablesFUpperBound Variables (function of frequency) Upper Bound
(Inherited from ICalibrationStandardT)
Zr Reference Impedance
(Inherited from ICalibrationStandardT)

Methods

Compute Computes Standard Data
(Inherited from ICalibrationStandardT)
Compute1Freq Computes Standard Data for one Frequency Point
(Inherited from ICalibrationStandardT)
ComputeWaveParamData Computes Standard Wave Parameter Data
(Inherited from IWaveParamCalibrationStandardT)
ComputeWaveParamData1Freq Computes Standard Wave Parameter Data for one Frequency Point
(Inherited from IWaveParamCalibrationStandardT)
ComputeZ0andGamma Computes Z0 and Gamma
(Inherited from ICalibrationStandardT)
ConvertToT2 Convert To
(Inherited from ICalibrationStandardT)
Init(Double) Initializes Calibration Standard
(Inherited from ICalibrationStandardT)
Init(Double, FrequencyConversion) Initializes Calibration Standard
(Inherited from ICalibrationStandardT)
OpenDevice Opens Device
SetPowerIndicated Sets Power Indicated / W (from Measurement)
(Inherited from IPowerCalibrationStandardT)
SetReflectionCoefficient Sets Reflection Coefficient (from Measurement)
(Inherited from IPowerCalibrationStandardT)

See Also