VnaDeviceCharacterizeNoise(Double, Int32, Int32, Double, Double, Boolean, Int32, Int32, String, Boolean, BackgroundWorker, DoWorkEventArgs) Method
Characterize Noise
Namespace: Metas.Vna.Database.VnaDevicesAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public VnaNoisePerPortElectricalSpec[] CharacterizeNoise(
double[] freq,
int npoints,
int avg,
double ifbw,
double power,
bool receivers,
int settlingPoints,
int movingMeanPoints,
string rawDataPath,
bool analyzeOnly,
BackgroundWorker worker,
DoWorkEventArgs e
)
Public Function CharacterizeNoise (
freq As Double(),
npoints As Integer,
avg As Integer,
ifbw As Double,
power As Double,
receivers As Boolean,
settlingPoints As Integer,
movingMeanPoints As Integer,
rawDataPath As String,
analyzeOnly As Boolean,
worker As BackgroundWorker,
e As DoWorkEventArgs
) As VnaNoisePerPortElectricalSpec()
public:
array<VnaNoisePerPortElectricalSpec>^ CharacterizeNoise(
array<double>^ freq,
int npoints,
int avg,
double ifbw,
double power,
bool receivers,
int settlingPoints,
int movingMeanPoints,
String^ rawDataPath,
bool analyzeOnly,
BackgroundWorker^ worker,
DoWorkEventArgs^ e
)
member CharacterizeNoise :
freq : float[] *
npoints : int *
avg : int *
ifbw : float *
power : float *
receivers : bool *
settlingPoints : int *
movingMeanPoints : int *
rawDataPath : string *
analyzeOnly : bool *
worker : BackgroundWorker *
e : DoWorkEventArgs -> VnaNoisePerPortElectricalSpec[]
- 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
- settlingPoints Int32
- Settling Points
- movingMeanPoints Int32
- Moving Mean Points
- rawDataPath String
- Raw Data Path
- analyzeOnly Boolean
- Analyze Only
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
VnaNoisePerPortElectricalSpecNoise Per Port