RFmx SpecAn DOTNET

RFmxSpecAnMXObwResults Class

  • Updated2024-07-17
  • 3 minute(s) read
RFmxSpecAnMXObwResults Class

RFmxSpecAnMXObwResults Class

Provides methods to fetch and read the occupied bandwidth (OBW) measurement results.

Inheritance Hierarchy

SystemObject
  RFmxSpecAnMXSubObject
    NationalInstruments.RFmx.SpecAnMXRFmxSpecAnMXObwResults

Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public sealed class RFmxSpecAnMXObwResults : RFmxSpecAnMXSubObject
Public NotInheritable Class RFmxSpecAnMXObwResults
	Inherits RFmxSpecAnMXSubObject

The RFmxSpecAnMXObwResults type exposes the following members.

Methods

 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodFetchMeasurement Fetches the occupied bandwidth (OBW) measurement results.
Public methodFetchSpectrumTrace Fetches the spectrum trace used for the occupied bandwidth (OBW) measurement.
Public methodGetAveragePower Gets the total power, in dBm, measured in the averaged spectrum acquired by the occupied bandwidth (OBW) measurement.
Public methodGetFrequencyResolution Gets the frequency resolution, in hertz (Hz), of the spectrum acquired by the occupied bandwidth (OBW) measurement.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetOccupiedBandwidth Gets the bandwidth, in hertz (Hz), that occupies the percentage of the total power of the signal that you specify in the SetRbwFilterBandwidth(String, Double) method.
Public methodGetStartFrequency Gets the start frequency, in hertz (Hz), of the occupied bandwidth (OBW).
Public methodGetStopFrequency Gets the stop frequency, in hertz (Hz), of the occupied bandwidth (OBW).
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRead Configures hardware for acquisition, performs measurement on acquired data, and returns occupied bandwidth (OBW) measurement results.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also