RFmxEvdoMXSemConfiguration Class
- Updated2024-07-17
- 5 minute(s) read
RFmxEvdoMXSemConfiguration Class
Provides methods to configure the SEM 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 RFmxEvdoMXSemConfiguration : RFmxEvdoMXSubObject
Public NotInheritable Class RFmxEvdoMXSemConfiguration Inherits RFmxEvdoMXSubObject
The RFmxEvdoMXSemConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConfigureAveraging |
Configures averaging for the spectral emission mask (SEM) measurement. |
![]() | ConfigureSweepTime |
Configures the sweep time. |
![]() | Equals | (Inherited from Object.) |
![]() | GetAllTracesEnabled |
Gets whether to enable the traces to be stored and retrieved after performing the spectral emissions mask (SEM) measurement.
|
![]() | GetAveragingCount |
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXSemAveragingEnabled) method to True.
|
![]() | GetAveragingEnabled |
Gets whether to enable averaging for the spectral emissions mask (SEM) measurement.
|
![]() | GetAveragingType |
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the spectral emissions mask (SEM) measurement.
|
![]() | GetCarrierIntegrationBandwidth |
Gets the SEM 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 spectral emissions mask (SEM) measurement.
|
![]() | GetNumberOfAnalysisThreads |
Gets the maximum number of threads used for parallelism for the spectral emissions mask (SEM) measurement.
|
![]() | GetNumberOfOffsets |
Gets the number of SEM offset segments.
|
![]() | GetOffsetBandwidthIntegral |
Gets the bandwidth integral for a specific offset segment.
|
![]() | GetOffsetRbwFilterBandwidth |
Gets the bandwidth of the RBW filter used to sweep the offset segment. This value is expressed in Hz.
|
![]() | GetOffsetRbwFilterType |
Gets the type of RBW filter used to sweep the offset segment.
|
![]() | GetOffsetStartFrequency |
Gets the start frequency of an SEM offset segment relative to the carrier frequency. This value is expressed in Hz.
|
![]() | GetOffsetStopFrequency |
Gets the stop frequency of an SEM offset segment relative to the carrier frequency. This value is expressed in Hz.
|
![]() | GetSweepTimeAuto |
Gets whether the measurement computes the sweep time.
|
![]() | GetSweepTimeInterval |
Gets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXSemSweepTimeAuto) 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 spectral emissions mask (SEM) measurement.
|
![]() | SetAveragingCount |
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxEvdoMXSemAveragingEnabled) method to True.
|
![]() | SetAveragingEnabled |
Sets whether to enable averaging for the spectral emissions mask (SEM) measurement.
|
![]() | SetAveragingType |
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the spectral emissions mask (SEM) measurement.
|
![]() | SetMeasurementEnabled |
Sets whether to enable the spectral emissions mask (SEM) measurement.
|
![]() | SetNumberOfAnalysisThreads |
Sets the maximum number of threads used for parallelism for the spectral emissions mask (SEM) measurement.
|
![]() | SetSweepTimeAuto |
Sets whether the measurement computes the sweep time.
|
![]() | SetSweepTimeInterval |
Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxEvdoMXSemSweepTimeAuto) method to False. This value is expressed in seconds.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |