RFmxEvdoMXChpConfiguration Class
- Updated2024-07-17
- 5 minute(s) read
RFmxEvdoMXChpConfiguration Class
Provides methods to configure the CHP measurement
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.EvdoMX
Assembly: NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public sealed class RFmxEvdoMXChpConfiguration : RFmxEvdoMXSubObject
Public NotInheritable Class RFmxEvdoMXChpConfiguration Inherits RFmxEvdoMXSubObject
The RFmxEvdoMXChpConfiguration type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConfigureAveraging |
Configures averaging for the channel power (CHP) measurement. | |
| ConfigureRbwFilter |
Configures the resolution bandwidth (RBW) filter. | |
| ConfigureSweepTime |
Configures the sweep time. | |
| Equals | (Inherited from Object.) | |
| GetAllTracesEnabled |
Gets whether to enable the traces to be stored and retrieved after performing the channel power (CHP) measurement.
| |
| GetAveragingCount |
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXChpAveragingEnabled) method to True.
| |
| GetAveragingEnabled |
Gets whether to enable averaging for the channel power (CHP) measurement.
| |
| GetAveragingType |
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the channel power (CHP) measurement.
| |
| GetCarrierIntegrationBandwidth |
Gets the CHP carrier integration bandwidth. This value is expressed in Hz.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMeasurementEnabled |
Gets whether to enable the channel power (CHP) measurement.
| |
| GetNumberOfAnalysisThreads |
Gets the maximum number of threads used for parallelism for the channel power (CHP) measurement.
| |
| GetRbwFilterAutoBandwidth |
Gets whether the measurement computes the RBW.
| |
| GetRbwFilterBandwidth |
Gets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(String, RFmxEvdoMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.
| |
| GetRbwFilterType |
Gets the shape of the digital RBW filter.
| |
| GetSweepTimeAuto |
Gets whether the measurement computes the sweep time.
| |
| GetSweepTimeInterval |
Gets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXChpSweepTimeAuto) method to False. This value is expressed in seconds.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetAllTracesEnabled |
Sets whether to enable the traces to be stored and retrieved after performing the channel power (CHP) measurement.
| |
| SetAveragingCount |
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXChpAveragingEnabled) method to True.
| |
| SetAveragingEnabled |
Sets whether to enable averaging for the channel power (CHP) measurement.
| |
| SetAveragingType |
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the channel power (CHP) measurement.
| |
| SetMeasurementEnabled |
Sets whether to enable the channel power (CHP) measurement.
| |
| SetNumberOfAnalysisThreads |
Sets the maximum number of threads used for parallelism for the channel power (CHP) measurement.
| |
| SetRbwFilterAutoBandwidth |
Sets whether the measurement computes the RBW.
| |
| SetRbwFilterBandwidth |
Sets the bandwidth of the RBW filter, used to sweep the acquired signal, when you set the SetRbwFilterAutoBandwidth(String, RFmxEvdoMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz.
| |
| SetRbwFilterType |
Sets the shape of the digital RBW filter.
| |
| SetSweepTimeAuto |
Sets whether the measurement computes the sweep time.
| |
| SetSweepTimeInterval |
Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXChpSweepTimeAuto) method to False. This value is expressed in seconds.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |