AgilentCalStdOffsetLineWaveguideT Method

Computes a Waveguide Offset Line

Definition

Namespace: Metas.Vna.AgilentModel
Assembly: Metas.Vna.AgilentModel (in Metas.Vna.AgilentModel.dll) Version: 2.8.9053.20270
C#
public static SParamData<T> OffsetLineWaveguide<T>(
	double[] freq,
	T offsetZ0,
	T offsetDelay,
	T offsetLoss,
	double cutoffFreq,
	double heightWidthRatio,
	Complex<T> Zr,
	double er = 1
)
where T : new(), Object, IRealNumber<T>

Parameters

freq  Double
Frequency List / Hz
offsetZ0  T
Offset Z0
offsetDelay  T
Offset Delay / s
offsetLoss  T
Offset Loss / (Ohm/s)
cutoffFreq  Double
Waveguide Cut Off Frequency / Hz
heightWidthRatio  Double
Height / Width Ratio
Zr  ComplexT
Reference Impedance / Ohm
er  Double  (Optional)
Relative Permittivity

Type Parameters

T
Real Number Type

Return Value

SParamDataT
2-Port S-Parameter Data

See Also