FreqPortZrTInit(Double, VnaPortDescription, ComplexT) Method

Initialize

Definition

Namespace: Metas.Vna.Data
Assembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
C#
public void Init(
	double[] freq,
	VnaPortDescription[] ports,
	Complex<T> portZr
)

Parameters

freq  Double
Frequency list / Hz
ports  VnaPortDescription
Port assignment
portZr  ComplexT
Reference Impedance / Ohm

Implements

IFreqPortZrTInit(Double, VnaPortDescription, ComplexT)

See Also