ICascadedPowerSensorT 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
ICalibrationStandardT, ICascadedPowerCalibrationStandardT, IDatabasedCalibrationStandardT, IPowerCalibrationStandardT, IPowerSensorT, IVisaDeviceT, IWaveParamCalibrationStandardT, IDatabaseItem

Type Parameters

T
Real Number Type

Properties

AbsAdapterPath Absolute Adapter Path
(Inherited from ICascadedPowerCalibrationStandardT)
AbsPowerCalibrationStandardPath Absolute Power Calibration Standard Path
(Inherited from ICascadedPowerCalibrationStandardT)
AbsPowerSensorPath Absolute Power Sensor Path
Adapter Adapter
(Inherited from ICascadedPowerCalibrationStandardT)
AdapterPath Adapter Path
(Inherited from ICascadedPowerCalibrationStandardT)
CalibrationStandardRootPath Calibration Standard Root Path
(Inherited from ICascadedPowerCalibrationStandardT)
Channel Channel
(Inherited from IPowerSensorT)
Comments Comments
(Inherited from ICalibrationStandardT)
DefaultFrequency Default Frequency / Hz
(Inherited from IPowerSensorT)
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)
PowerCalibrationStandard Power Calibration Standard
(Inherited from ICascadedPowerCalibrationStandardT)
PowerCalibrationStandardPath Power Calibration Standard Path
(Inherited from ICascadedPowerCalibrationStandardT)
PowerCalibrationStandardType Power Calibration Standard Type
(Inherited from ICascadedPowerCalibrationStandardT)
PowerSensor Power Sensor
PowerSensorPath Power Sensor Path
Resource Resource
(Inherited from IVisaDeviceT)
Uncertainties Uncertainties
(Inherited from IPowerSensorT)
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
(Inherited from IPowerSensorT)
SetPowerIndicated Sets Power Indicated / W (from Measurement)
(Inherited from IPowerCalibrationStandardT)
SetReflectionCoefficient Sets Reflection Coefficient (from Measurement)
(Inherited from IPowerCalibrationStandardT)

See Also