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

NameTypeDescription
startFrequencydouble

Specifies the lower limit of a span of frequencies, in hertz (Hz).

stopFrequencydouble

Specifies the upper limit of a span of frequencies, in hertz (Hz).

Exceptions

TypeDescription
System.ObjectDisposedException

The ConfigureSpectrumFrequencyStartStop method was accessed after the associated NIRfsa object was disposed.