Configures the start frequency and stop frequency for the Spectrum measurement.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureFrequencyStartStop(string selectorString, double startFrequency, double stopFrequency)

Remarks

This method maps to the RFmxSpecAn_SpectrumCfgFrequencyStartStop() 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 start frequency, in hertz (Hz), for the spectrum measurement.

stopFrequencydouble

Specifies the stop frequency, in Hz, for the Spectrum measurement.

Returns

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