Provides methods to configure the OBW measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public class RFmxCdma2kMXObwConfiguration : RFmxCdma2kMXSubObject

Methods

NameDescription
ConfigureAveraging(string, RFmxCdma2kMXObwAveragingEnabled, int, RFmxCdma2kMXObwAveragingType)

Configures averaging for the OBW measurement.

ConfigureRbwFilter(string, RFmxCdma2kMXObwRbwAutoBandwidth, double, RFmxCdma2kMXObwRbwFilterType)

Configures the RBW filter.

ConfigureSweepTime(string, RFmxCdma2kMXObwSweepTimeAuto, double)

Configures the sweep time.

GetAllTracesEnabled(string, out bool)

Gets whether to enable the traces to be stored and retrieved after performing the OBW.

GetAveragingCount(string, out int)

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

GetAveragingEnabled(string, out RFmxCdma2kMXObwAveragingEnabled)

Gets whether to enable averaging for the OBW measurement.

GetAveragingType(string, out RFmxCdma2kMXObwAveragingType)

Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the OBW measurement.

GetMeasurementEnabled(string, out bool)

Gets whether to enable the OBW measurement.

GetNumberOfAnalysisThreads(string, out int)

Gets the maximum number of threads used for parallelism for the OBW measurement.

GetRbwFilterAutoBandwidth(string, out RFmxCdma2kMXObwRbwAutoBandwidth)

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, RFmxCdma2kMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz.

GetRbwFilterType(string, out RFmxCdma2kMXObwRbwFilterType)

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 RFmxCdma2kMXObwSweepTimeAuto)

Gets whether the measurement computes the sweep time.

GetSweepTimeInterval(string, out double)

Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxCdma2kMXObwSweepTimeAuto) 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 OBW.

SetAveragingCount(string, int)

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

SetAveragingEnabled(string, RFmxCdma2kMXObwAveragingEnabled)

Sets whether to enable averaging for the OBW measurement.

SetAveragingType(string, RFmxCdma2kMXObwAveragingType)

Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the OBW measurement.

SetMeasurementEnabled(string, bool)

Sets whether to enable the OBW measurement.

SetNumberOfAnalysisThreads(string, int)

Sets the maximum number of threads used for parallelism for the OBW measurement.

SetRbwFilterAutoBandwidth(string, RFmxCdma2kMXObwRbwAutoBandwidth)

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, RFmxCdma2kMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz.

SetRbwFilterType(string, RFmxCdma2kMXObwRbwFilterType)

Sets the shape of the digital RBW filter.

SetSweepTimeAuto(string, RFmxCdma2kMXObwSweepTimeAuto)

Sets whether the measurement computes the sweep time.

SetSweepTimeInterval(string, double)

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