Provides methods to fetch and read the Spectrum measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public class RFmxSpecAnMXSpectrumResults : RFmxSpecAnMXSubObject

Remarks

For more information about RFmx SpecAn, refer to the RFmx SpecAn Help.

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Methods

NameDescription
FetchMeasurement(string, double, out double, out double, out double)

Fetches the peak amplitude and frequency at which the peak occurred in the spectrum.

FetchPowerTrace(string, double, ref AnalogWaveform< float >)

Fetches the power trace for the Spectrum measurement.

FetchSpectrum(string, double, ref Spectrum< float >)

Fetches the spectrum used for the Spectrum measurement.

GetFrequencyResolution(string, out double)

Gets the frequency resolution, in hertz (Hz), of the spectrum acquired by the measurement.

GetPeakAmplitude(string, out double)

Gets the peak amplitude, in dBm, of the averaged spectrum.

GetPeakFrequency(string, out double)

Gets the frequency, in hertz (Hz), at the peak amplitude of the averaged spectrum.

Read(string, double, ref Spectrum< float >)

Gets the hardware for acquisition, performs measurement on acquired data, and returns Spectrum measurement results.