RFmxLteMXObwConfiguration Class
- Updated2025-04-08
- 3 minute(s) read
Provides methods to configure the OBW measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public class RFmxLteMXObwConfiguration : RFmxLteMXSubObject
Methods
Name | Description |
---|---|
ConfigureAveraging(string, RFmxLteMXObwAveragingEnabled, int, RFmxLteMXObwAveragingType) | Configures averaging for the OBW measurement. |
ConfigureRbwFilter(string, RFmxLteMXObwRbwAutoBandwidth, double, RFmxLteMXObwRbwFilterType) | Configures the RBW filter. |
ConfigureSweepTime(string, RFmxLteMXObwSweepTimeAuto, double) | Configures the sweep time. |
GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the OBW measurement. |
GetAmplitudeCorrectionType(string, out RFmxLteMXObwAmplitudeCorrectionType) | Gets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table. |
GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxLteMXObwAveragingEnabled) method to True. |
GetAveragingEnabled(string, out RFmxLteMXObwAveragingEnabled) | Gets whether to enable averaging for the OBW measurement. |
GetAveragingType(string, out RFmxLteMXObwAveragingType) | 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. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations. |
GetRbwFilterAutoBandwidth(string, out RFmxLteMXObwRbwAutoBandwidth) | 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, RFmxLteMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz. |
GetRbwFilterType(string, out RFmxLteMXObwRbwFilterType) | Gets the shape of the digital RBW filter. |
GetSpan(string, out double) | Gets the frequency search space to find the OBW. This value is expressed in Hz. |
GetSweepTimeAuto(string, out RFmxLteMXObwSweepTimeAuto) | Gets whether the measurement computes the sweep time. |
GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxLteMXObwSweepTimeAuto) 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 measurement. |
SetAmplitudeCorrectionType(string, RFmxLteMXObwAmplitudeCorrectionType) | Sets whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table. |
SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxLteMXObwAveragingEnabled) method to True. |
SetAveragingEnabled(string, RFmxLteMXObwAveragingEnabled) | Sets whether to enable averaging for the OBW measurement. |
SetAveragingType(string, RFmxLteMXObwAveragingType) | 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. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations. |
SetRbwFilterAutoBandwidth(string, RFmxLteMXObwRbwAutoBandwidth) | 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, RFmxLteMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz. |
SetRbwFilterType(string, RFmxLteMXObwRbwFilterType) | Sets the shape of the digital RBW filter. |
SetSweepTimeAuto(string, RFmxLteMXObwSweepTimeAuto) | Sets whether the measurement computes the sweep time. |
SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxLteMXObwSweepTimeAuto) method to False. This value is expressed in seconds. |