GenericCalibrationModelTInit(Int32, Int32) 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(
int nfreq,
int nports
)
Public Sub Init (
nfreq As Integer,
nports As Integer
)
public:
virtual void Init(
int nfreq,
int nports
) sealed
abstract Init :
nfreq : int *
nports : int -> unit
override Init :
nfreq : int *
nports : int -> unit
- nfreq Int32
- Number of frequency points
- nports Int32
- Number of ports
ICalibrationTInit(Int32, Int32)