Configures arrays of peak threshold and peak excursion criteria which a peak should meet to be classified as a spurious emission (Spur).

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureRangePeakCriteriaArray(string selectorString, double[] threshold, double[] excursion)

Remarks

This method maps to the RFmxSpecAn_SpurCfgRangePeakCriteriaArray() function in C.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

thresholddouble[]

Specifies the array of threshold levels, in dBm, above which the measurement detects spurs in the specified range.

excursiondouble[]

Specifies the array of peak excursion values, in dB, used to find spurs in the spectrum. The signal should rise and fall by at least the peak excursion value, above the threshold, to be considered as spur.

Returns

Returns the status code of this method. The status code either indicates success or describes an error or warning condition.