Configures the frequency start and stop values and specifies whether to enable measurement of the spurious emissions (Spur) in the frequency range.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureRangeFrequencyArray(string selectorString, double[] startFrequency, double[] stopFrequency, RFmxSpecAnMXSpurRangeEnabled[] rangeEnabled)

Remarks

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

Parameters

NameTypeDescription
selectorStringstring

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

startFrequencydouble[]

Specifies the array of start frequencies of the frequency range, in hertz (Hz), for the measurement.

stopFrequencydouble[]

Specifies the array of stop frequencies of the frequency range, in Hz, for the measurement.

rangeEnabledRFmxSpecAnMXSpurRangeEnabled[]

Specifies whether to measure the Spur in the frequency range.

Returns

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