VnaDeviceCharacterizeNoise(Double, Int32, Int32, Double, Double, Boolean, BackgroundWorker, DoWorkEventArgs) Method

Characterize Noise

Definition

Namespace: Metas.Vna.Database.VnaDevices
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public VnaNoisePerPortElectricalSpec[] CharacterizeNoise(
	double[] freq,
	int npoints,
	int avg,
	double ifbw,
	double power,
	bool receivers,
	BackgroundWorker worker,
	DoWorkEventArgs e
)

Parameters

freq  Double
Frequency List / Hz
npoints  Int32
Number of Points
avg  Int32
Average Factor
ifbw  Double
IF Bandwidth / Hz
power  Double
Power / dBm
receivers  Boolean
Test and Reference Receivers
worker  BackgroundWorker
Background Worker
e  DoWorkEventArgs
Do Work Event Arguments

Return Value

VnaNoisePerPortElectricalSpec
Noise Per Port

See Also