NoiseReceiverDataTInit(Double, Int32, ComplexT, FrequencyConversion, ComplexT) Method
Initialize Noise receiver data
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public void Init(
double[] freq,
int port,
Complex<T> portZr,
FrequencyConversion conv,
Complex<T> defaultValue
)
Public Sub Init (
freq As Double(),
port As Integer,
portZr As Complex(Of T),
conv As FrequencyConversion,
defaultValue As Complex(Of T)
)
public:
virtual void Init(
array<double>^ freq,
int port,
Complex<T> portZr,
FrequencyConversion conv,
Complex<T> defaultValue
) sealed
abstract Init :
freq : float[] *
port : int *
portZr : Complex<'T> *
conv : FrequencyConversion *
defaultValue : Complex<'T> -> unit
override Init :
freq : float[] *
port : int *
portZr : Complex<'T> *
conv : FrequencyConversion *
defaultValue : Complex<'T> -> unit
- freq Double
- Frequency list / Hz
- port Int32
- Port assignment
- portZr ComplexT
- Reference Impedance / Ohm
- conv FrequencyConversion
- Frequency conversions
- defaultValue ComplexT
- Default Value
INoiseReceiverDataTInit(Double, Int32, ComplexT, FrequencyConversion, ComplexT)