Provides methods to configure the OBW measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public class RFmxEvdoMXObwConfiguration : RFmxEvdoMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxEvdoMXObwAveragingEnabled, int, RFmxEvdoMXObwAveragingType)

Configures averaging for the occupied bandwidth (OBW) measurement.

ConfigureRbwFilter(string, RFmxEvdoMXObwRbwAutoBandwidth, double, RFmxEvdoMXObwRbwFilterType)

Configures the resolution bandwidth (RBW) filter.

ConfigureSweepTime(string, RFmxEvdoMXObwSweepTimeAuto, double)

Configures sweep time.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the occupied bandwidth (OBW) measurement.

GetAveragingCount(string, out int)

Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxEvdoMXObwAveragingEnabled) method to True.

GetAveragingEnabled(string, out RFmxEvdoMXObwAveragingEnabled)

Gets whether to enable averaging for the occupied bandwidth (OBW) measurement.

GetAveragingType(string, out RFmxEvdoMXObwAveragingType)

Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for occupied bandwidth (OBW) measurement.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the occupied bandwidth (OBW) measurement.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the occupied bandwidth (OBW) measurement.

GetRbwFilterAutoBandwidth(string, out RFmxEvdoMXObwRbwAutoBandwidth)

Gets whether the measurement computes the RBW.

GetRbwFilterBandwidth(string, out double)

Gets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(string, RFmxEvdoMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz.

GetRbwFilterType(string, out RFmxEvdoMXObwRbwFilterType)

Gets the shape of the digital RBW filter.

GetSpan(string, out double)

Gets the frequency span of the OBW measurement. This value is expressed in Hz.

GetSweepTimeAuto(string, out RFmxEvdoMXObwSweepTimeAuto)

Gets whether the measurement computes the sweep time.

GetSweepTimeInterval(string, out double)

Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXObwSweepTimeAuto) method to False. This value is expressed in seconds.

SetAllTracesEnabled(string, bool)

Sets whether to enable the traces to be stored and retrieved after performing the occupied bandwidth (OBW) measurement.

SetAveragingCount(string, int)

Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxEvdoMXObwAveragingEnabled) method to True.

SetAveragingEnabled(string, RFmxEvdoMXObwAveragingEnabled)

Sets whether to enable averaging for the occupied bandwidth (OBW) measurement.

SetAveragingType(string, RFmxEvdoMXObwAveragingType)

Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for occupied bandwidth (OBW) measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the occupied bandwidth (OBW) measurement.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the occupied bandwidth (OBW) measurement.

SetRbwFilterAutoBandwidth(string, RFmxEvdoMXObwRbwAutoBandwidth)

Sets whether the measurement computes the RBW.

SetRbwFilterBandwidth(string, double)

Sets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(string, RFmxEvdoMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz.

SetRbwFilterType(string, RFmxEvdoMXObwRbwFilterType)

Sets the shape of the digital RBW filter.

SetSweepTimeAuto(string, RFmxEvdoMXObwSweepTimeAuto)

Sets whether the measurement computes the sweep time.

SetSweepTimeInterval(string, double)

Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXObwSweepTimeAuto) method to False. This value is expressed in seconds.