AgilentCalStdOffsetLineWaveguideT Method
Computes a Waveguide Offset Line
Namespace: Metas.Vna.AgilentModelAssembly: Metas.Vna.AgilentModel (in Metas.Vna.AgilentModel.dll) Version: 2.8.9053.20270
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>
Public Shared Function OffsetLineWaveguide(Of T As {New, Object, IRealNumber(Of T)}) (
freq As Double(),
offsetZ0 As T,
offsetDelay As T,
offsetLoss As T,
cutoffFreq As Double,
heightWidthRatio As Double,
Zr As Complex(Of T),
Optional er As Double = 1
) As SParamData(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static SParamData<T>^ OffsetLineWaveguide(
array<double>^ freq,
T offsetZ0,
T offsetDelay,
T offsetLoss,
double cutoffFreq,
double heightWidthRatio,
Complex<T> Zr,
double er = 1
)
static member OffsetLineWaveguide :
freq : float[] *
offsetZ0 : 'T *
offsetDelay : 'T *
offsetLoss : 'T *
cutoffFreq : float *
heightWidthRatio : float *
Zr : Complex<'T> *
?er : float
(* Defaults:
let _er = defaultArg er 1
*)
-> SParamData<'T> when 'T : new() and Object and IRealNumber<'T>
- 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
- T
- Real Number Type
SParamDataT2-Port S-Parameter Data