RFmxCdma2kMXChpConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the CHP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXChpConfiguration : RFmxCdma2kMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxCdma2kMXChpAveragingEnabled, int, RFmxCdma2kMXChpAveragingType) | Configures averaging for the CHP measurement. |
| ConfigureRbwFilter(string, RFmxCdma2kMXChpRbwAutoBandwidth, double, RFmxCdma2kMXChpRbwFilterType) | Configures the RBW filter. |
| ConfigureSweepTime(string, RFmxCdma2kMXChpSweepTimeAuto, double) | Configures the sweep time. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the CHP measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxCdma2kMXChpAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxCdma2kMXChpAveragingEnabled) | Gets whether to enable averaging for the CHP measurement. |
| GetAveragingType(string, out RFmxCdma2kMXSemAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement. |
| GetAveragingType(string, out RFmxCdma2kMXChpAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement. |
| GetIntegrationBandwidth(string, out double) | Gets the CHP carrier integration bandwidth. This value is expressed in Hz. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the CHP measurement. |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for the CHP measurement. |
| GetRbwFilterAutoBandwidth(string, out RFmxCdma2kMXChpRbwAutoBandwidth) | 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, RFmxCdma2kMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| GetRbwFilterType(string, out RFmxCdma2kMXChpRbwFilterType) | Gets the shape of the digital RBW filter. |
| GetSweepTimeAuto(string, out RFmxCdma2kMXChpSweepTimeAuto) | Gets whether the measurement computes the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxCdma2kMXChpSweepTimeAuto) 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 CHP measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxCdma2kMXChpAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxCdma2kMXChpAveragingEnabled) | Sets whether to enable averaging for the CHP measurement. |
| SetAveragingType(string, RFmxCdma2kMXSemAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement. |
| SetAveragingType(string, RFmxCdma2kMXChpAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the CHP measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the CHP measurement. |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for the CHP measurement. |
| SetRbwFilterAutoBandwidth(string, RFmxCdma2kMXChpRbwAutoBandwidth) | 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, RFmxCdma2kMXChpRbwAutoBandwidth) method to False. This value is expressed in Hz. |
| SetRbwFilterType(string, RFmxCdma2kMXChpRbwFilterType) | Sets the shape of the digital RBW filter. |
| SetSweepTimeAuto(string, RFmxCdma2kMXChpSweepTimeAuto) | Sets whether the measurement computes the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxCdma2kMXChpSweepTimeAuto) method to False. This value is expressed in seconds. |