RFmxCdma2kMXSemConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the SEM measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXSemConfiguration : RFmxCdma2kMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxCdma2kMXSemAveragingEnabled, int, RFmxCdma2kMXSemAveragingType) | Configures averaging for the SEM measurement. |
| ConfigureSweepTime(string, RFmxCdma2kMXSemSweepTimeAuto, double) | Configures the sweep time. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the SEM measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxCdma2kMXSemAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxCdma2kMXSemAveragingEnabled) | Gets whether to enable averaging for the SEM measurement. |
| GetAveragingType(string, out RFmxCdma2kMXSemAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the SEM measurement. |
| GetCarrierIntegrationBandwidth(string, out double) | Gets the SEM carrier integration bandwidth. This value is expressed in Hz. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the SEM measurement. |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for the SEM measurement. |
| GetNumberOfOffsets(string, out int) | Gets the number of SEM offset segments. |
| GetOffsetBandwidthIntegral(string, out int) | Gets the bandwidth integral for a specific offset segment. |
| GetOffsetRbwFilterBandwidth(string, out double) | Gets the bandwidth of the RBW filter used to sweep the offset segment. This value is expressed in Hz. |
| GetOffsetRbwFilterType(string, out RFmxCdma2kMXSemOffsetRbwFilterType) | Gets the type of RBW filter used to sweep the offset segment. |
| GetOffsetStartFrequency(string, out double) | Gets the start frequency of an SEM offset segment relative to the carrier frequency. This value is expressed in Hz. |
| GetOffsetStopFrequency(string, out double) | Gets the stop frequency of an SEM offset segment relative to the carrier frequency. This value is expressed in Hz. |
| GetSweepTimeAuto(string, out RFmxCdma2kMXSemSweepTimeAuto) | Gets whether the measurement computes the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxCdma2kMXSemSweepTimeAuto) 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 SEM measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxCdma2kMXSemAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxCdma2kMXSemAveragingEnabled) | Sets whether to enable averaging for the SEM measurement. |
| SetAveragingType(string, RFmxCdma2kMXSemAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the SEM measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the SEM measurement. |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for the SEM measurement. |
| SetSweepTimeAuto(string, RFmxCdma2kMXSemSweepTimeAuto) | Sets whether the measurement computes the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxCdma2kMXSemSweepTimeAuto) method to False. This value is expressed in seconds. |