ConfigureSpectrumFrequencyStartStop(double, double)
- Updated2025-10-14
- 1 minute(s) read
Configures the start and stop frequencies of a spectrum read by NI-RFSA.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void ConfigureSpectrumFrequencyStartStop(double startFrequency, double stopFrequency)
Parameters
| Name | Type | Description |
|---|---|---|
| startFrequency | double | Specifies the lower limit of a span of frequencies, in hertz (Hz). |
| stopFrequency | double | Specifies the upper limit of a span of frequencies, in hertz (Hz). |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ConfigureSpectrumFrequencyStartStop method was accessed after the associated NIRfsa object was disposed. |