RFmxTdscdmaMXObwConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the OBW measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public class RFmxTdscdmaMXObwConfiguration : RFmxTdscdmaMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxTdscdmaMXObwAveragingEnabled, int, RFmxTdscdmaMXObwAveragingType) | Configures averaging for the OBW measurement. |
| ConfigureRbwFilter(string, RFmxTdscdmaMXObwRbwAutoBandwidth, double, RFmxTdscdmaMXObwRbwFilterType) | Configures the RBW filter. |
| ConfigureSweepTime(string, RFmxTdscdmaMXObwSweepTimeAuto, double) | Configures the sweep time. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable storage and retrieval of the traces after performing the OBW measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXObwAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxTdscdmaMXObwAveragingEnabled) | Gets whether to enable averaging for the OBW measurement. |
| GetAveragingType(string, out RFmxTdscdmaMXObwAveragingType) | 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 RFmxTdscdmaMXObwRbwAutoBandwidth) | Gets whether the measurement calculates 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, RFmxTdscdmaMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| GetRbwFilterType(string, out RFmxTdscdmaMXObwRbwFilterType) | 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 RFmxTdscdmaMXObwSweepTimeAuto) | Gets whether the measurement calculates the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXObwSweepTimeAuto) method to False. This value is expressed in seconds. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable storage and retrieval of the traces after performing the OBW measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxTdscdmaMXObwAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxTdscdmaMXObwAveragingEnabled) | Sets whether to enable averaging for the OBW measurement. |
| SetAveragingType(string, RFmxTdscdmaMXObwAveragingType) | 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, RFmxTdscdmaMXObwRbwAutoBandwidth) | Sets whether the measurement calculates the RBW. |
| SetRbwFilterBandwidth(string, double) | Sets the bandwidth of the RBW filter used to sweep the acquired signal when you set the SetRbwFilterAutoBandwidth(string, RFmxTdscdmaMXObwRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| SetRbwFilterType(string, RFmxTdscdmaMXObwRbwFilterType) | Sets the shape of the digital RBW filter. |
| SetSweepTimeAuto(string, RFmxTdscdmaMXObwSweepTimeAuto) | Sets whether the measurement calculates the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXObwSweepTimeAuto) method to False. This value is expressed in seconds. |