RFmxTdscdmaMXSemConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the SEM measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public class RFmxTdscdmaMXSemConfiguration : RFmxTdscdmaMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxTdscdmaMXSemAveragingEnabled, int, RFmxTdscdmaMXSemAveragingType) | Configures averaging for the SEM measurement. |
| ConfigureSweepTime(string, RFmxTdscdmaMXSemSweepTimeAuto, 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, RFmxTdscdmaMXSemAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxTdscdmaMXSemAveragingEnabled) | Gets whether to enable averaging for the SEM measurement. |
| GetAveragingType(string, out RFmxTdscdmaMXSemAveragingType) | 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. A bandwidth integral greater than 1 indicates that an RBW filter of a narrower bandwidth is used for the offset segment measurement, and digital processing is used to achieve the RBW defined for the offset segment. The offset segment RBW is calculated using the following formula: offset segment RBW = RBW * BW integral. |
| 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 RFmxTdscdmaMXSemOffsetRbwFilterType) | Gets the 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 RFmxTdscdmaMXSemSweepTimeAuto) | Gets whether the measurement calculates the sweep time. |
| GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXSemSweepTimeAuto) 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, RFmxTdscdmaMXSemAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxTdscdmaMXSemAveragingEnabled) | Sets whether to enable averaging for the SEM measurement. |
| SetAveragingType(string, RFmxTdscdmaMXSemAveragingType) | 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, RFmxTdscdmaMXSemSweepTimeAuto) | Sets whether the measurement calculates the sweep time. |
| SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxTdscdmaMXSemSweepTimeAuto) method to False. This value is expressed in seconds. |