ICascadedPowerSensor<T> Interface

Interface Cascaded 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 ICascadedPowerSensor<T> : IPowerSensor<T>, 
	IVisaDevice<T>, ICalibrationStandard<T>, IDatabaseItem, IPowerCalibrationStandard<T>, IWaveParamCalibrationStandard<T>, 
	IDatabasedCalibrationStandard<T>, ICascadedPowerCalibrationStandard<T>
where T : new(), Object, IRealNumber<T>
Implements
ICalibrationStandard<T>, ICascadedPowerCalibrationStandard<T>, IDatabasedCalibrationStandard<T>, IPowerCalibrationStandard<T>, IPowerSensor<T>, IVisaDevice<T>, IWaveParamCalibrationStandard<T>, IDatabaseItem

Type Parameters

T
Real Number Type

Properties

AbsAdapterPath Absolute Adapter Path
(Inherited from ICascadedPowerCalibrationStandard<T>)
AbsPowerCalibrationStandardPath Absolute Power Calibration Standard Path
(Inherited from ICascadedPowerCalibrationStandard<T>)
AbsPowerSensorPath Absolute Power Sensor Path
Adapter Adapter
(Inherited from ICascadedPowerCalibrationStandard<T>)
AdapterPath Adapter Path
(Inherited from ICascadedPowerCalibrationStandard<T>)
CalibrationStandardRootPath Calibration Standard Root Path
(Inherited from ICascadedPowerCalibrationStandard<T>)
Channel Channel
(Inherited from IPowerSensor<T>)
Comments Comments
(Inherited from ICalibrationStandard<T>)
DefaultFrequency Default Frequency / Hz
(Inherited from IPowerSensor<T>)
DefinitionFrequency Definition Frequency List / Hz
(Inherited from IDatabasedCalibrationStandard<T>)
DefinitionFrequencyConversions Definition Frequency Conversions
(Inherited from IDatabasedCalibrationStandard<T>)
Driver Driver
(Inherited from IVisaDevice<T>)
Frequency Frequency / Hz
(Inherited from ICalibrationStandard<T>)
FrequencyAtPorts Frequency at Ports / Hz
(Inherited from ICalibrationStandard<T>)
FrequencyConversions Frequency Conversions
(Inherited from ICalibrationStandard<T>)
HasZ0andGamma Has Z0 and Gamma
(Inherited from ICalibrationStandard<T>)
Identification Identification
(Inherited from IDatabaseItem)
IdNumber Id Number
(Inherited from IDatabaseItem)
IsVarCStandard Is Variable Standard (constant over frequency)?
(Inherited from ICalibrationStandard<T>)
IsVarFStandard Is Variable Standard (function of frequency)?
(Inherited from ICalibrationStandard<T>)
NFreq Number of Frequency Points
(Inherited from ICalibrationStandard<T>)
NParametersC Number of Parameters (constant over of frequency)
(Inherited from ICalibrationStandard<T>)
NParametersF Number of Parameters (function of frequency)
(Inherited from ICalibrationStandard<T>)
NPorts Number of Ports
(Inherited from ICalibrationStandard<T>)
NVariablesC Number of Variables (constant over frequency)
(Inherited from ICalibrationStandard<T>)
NVariablesF Number of Variables (function of frequency)
(Inherited from ICalibrationStandard<T>)
ParametersC Parameters (constant over frequency)
(Inherited from ICalibrationStandard<T>)
ParametersF Parameters (function of frequency)
(Inherited from ICalibrationStandard<T>)
PowerCalibrationStandard Power Calibration Standard
(Inherited from ICascadedPowerCalibrationStandard<T>)
PowerCalibrationStandardPath Power Calibration Standard Path
(Inherited from ICascadedPowerCalibrationStandard<T>)
PowerCalibrationStandardType Power Calibration Standard Type
(Inherited from ICascadedPowerCalibrationStandard<T>)
PowerSensor Power Sensor
PowerSensorPath Power Sensor Path
Resource Resource
(Inherited from IVisaDevice<T>)
Uncertainties Uncertainties
(Inherited from IPowerSensor<T>)
VariablesC Variables (constant over frequency)
(Inherited from ICalibrationStandard<T>)
VariablesCLowerBound Variables (constant over frequency) Lower Bound
(Inherited from ICalibrationStandard<T>)
VariablesCUpperBound Variables (constant over frequency) Upper Bound
(Inherited from ICalibrationStandard<T>)
VariablesF Variables (function of frequency)
(Inherited from ICalibrationStandard<T>)
VariablesFLowerBound Variables (function of frequency) Lower Bound
(Inherited from ICalibrationStandard<T>)
VariablesFUpperBound Variables (function of frequency) Upper Bound
(Inherited from ICalibrationStandard<T>)
Zr Reference Impedance
(Inherited from ICalibrationStandard<T>)

Methods

Compute Computes Standard Data
(Inherited from ICalibrationStandard<T>)
Compute1Freq Computes Standard Data for one Frequency Point
(Inherited from ICalibrationStandard<T>)
ComputeWaveParamData Computes Standard Wave Parameter Data
(Inherited from IWaveParamCalibrationStandard<T>)
ComputeWaveParamData1Freq Computes Standard Wave Parameter Data for one Frequency Point
(Inherited from IWaveParamCalibrationStandard<T>)
ComputeZ0andGamma Computes Z0 and Gamma
(Inherited from ICalibrationStandard<T>)
ConvertTo<T2> Convert To
(Inherited from ICalibrationStandard<T>)
Init(Double[]) Initializes Calibration Standard
(Inherited from ICalibrationStandard<T>)
Init(Double[], FrequencyConversion[]) Initializes Calibration Standard
(Inherited from ICalibrationStandard<T>)
OpenDevice Opens Device
(Inherited from IPowerSensor<T>)
SetPowerIndicated Sets Power Indicated / W (from Measurement)
(Inherited from IPowerCalibrationStandard<T>)
SetReflectionCoefficient Sets Reflection Coefficient (from Measurement)
(Inherited from IPowerCalibrationStandard<T>)

See Also