ConfigureFrequencyStartStop(string, double, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| startFrequency | double | Specifies the start frequency, in hertz (Hz), for the spectrum measurement. |
| stopFrequency | double | 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.