ConfigureRangePeakCriteriaArray(string, double[], double[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| threshold | double[] | Specifies the array of threshold levels, in dBm, above which the measurement detects spurs in the specified range. |
| excursion | double[] | 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.