RFmxEvdoMXSemConfiguration Class
- Updated2025-04-08
- 2 minute(s) read
Provides methods to configure the SEM measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public class RFmxEvdoMXSemConfiguration : RFmxEvdoMXSubObject
Methods
Name | Description |
---|---|
ConfigureAveraging(string, RFmxEvdoMXSemAveragingEnabled, int, RFmxEvdoMXSemAveragingType) | Configures averaging for the spectral emission mask (SEM) measurement. |
ConfigureSweepTime(string, RFmxEvdoMXSemSweepTimeAuto, double) | Configures the sweep time. |
GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the spectral emissions mask (SEM) measurement. |
GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxEvdoMXSemAveragingEnabled) method to True. |
GetAveragingEnabled(string, out RFmxEvdoMXSemAveragingEnabled) | Gets whether to enable averaging for the spectral emissions mask (SEM) measurement. |
GetAveragingType(string, out RFmxEvdoMXSemAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the spectral emissions mask (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 spectral emissions mask (SEM) measurement. |
GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for the spectral emissions mask (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 RFmxEvdoMXSemOffsetRbwFilterType) | 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 RFmxEvdoMXSemSweepTimeAuto) | Gets whether the measurement computes the sweep time. |
GetSweepTimeInterval(string, out double) | Gets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXSemSweepTimeAuto) 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 spectral emissions mask (SEM) measurement. |
SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxEvdoMXSemAveragingEnabled) method to True. |
SetAveragingEnabled(string, RFmxEvdoMXSemAveragingEnabled) | Sets whether to enable averaging for the spectral emissions mask (SEM) measurement. |
SetAveragingType(string, RFmxEvdoMXSemAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the spectral emissions mask (SEM) measurement. |
SetMeasurementEnabled(string, bool) | Sets whether to enable the spectral emissions mask (SEM) measurement. |
SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for the spectral emissions mask (SEM) measurement. |
SetSweepTimeAuto(string, RFmxEvdoMXSemSweepTimeAuto) | Sets whether the measurement computes the sweep time. |
SetSweepTimeInterval(string, double) | Sets the sweep time when you set the SetSweepTimeAuto(string, RFmxEvdoMXSemSweepTimeAuto) method to False. This value is expressed in seconds. |