SwitchedCalibrationModelTInit(Double, Int32, ComplexT) Method
Initialize a n-port calibration.
Namespace: Metas.Vna.CalibrationAssembly: Metas.Vna.Calibration (in Metas.Vna.Calibration.dll) Version: 2.8.9053.20286
public void Init(
double[] freq,
int nports,
Complex<T> zr
)
Public Sub Init (
freq As Double(),
nports As Integer,
zr As Complex(Of T)
)
public:
virtual void Init(
array<double>^ freq,
int nports,
Complex<T> zr
) sealed
abstract Init :
freq : float[] *
nports : int *
zr : Complex<'T> -> unit
override Init :
freq : float[] *
nports : int *
zr : Complex<'T> -> unit
- freq Double
- Frequency list / Hz
- nports Int32
- Number of ports
- zr ComplexT
- Reference Impedance / Ohm
ICalibrationTInit(Double, Int32, ComplexT)