RFmxCdma2kMXSemConfiguration Class
- Updated2024-07-17
- 4 minute(s) read
RFmx
Provides methods to configure the SEM measurement
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public sealed class RFmxCdma2kMXSemConfiguration : RFmxCdma2kMXSubObject
Public NotInheritable Class RFmxCdma2kMXSemConfiguration Inherits RFmxCdma2kMXSubObject
The RFmxCdma2kMXSemConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConfigureAveraging |
Configures averaging for the SEM measurement. |
![]() | ConfigureSweepTime |
Configures the sweep time. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object) |
![]() | GetAllTracesEnabled | Gets whether to enable the traces to be stored and retrieved after performing the SEM measurement. |
![]() | GetAveragingCount | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxCdma2kMXSemAveragingEnabled) method to True. |
![]() | GetAveragingEnabled | Gets whether to enable averaging for the SEM measurement. |
![]() | GetAveragingType | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the 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 SEM measurement. |
![]() | GetNumberOfAnalysisThreads | Gets the maximum number of threads used for parallelism for the 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, RFmxCdma2kMXSemSweepTimeAuto) 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 SEM measurement. |
![]() | SetAveragingCount | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxCdma2kMXSemAveragingEnabled) method to True. |
![]() | SetAveragingEnabled | Sets whether to enable averaging for the SEM measurement. |
![]() | SetAveragingType | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the SEM measurement. |
![]() | SetMeasurementEnabled | Sets whether to enable the SEM measurement. |
![]() | SetNumberOfAnalysisThreads | Sets the maximum number of threads used for parallelism for the SEM measurement. |
![]() | SetSweepTimeAuto | Sets whether the measurement computes the sweep time. |
![]() | SetSweepTimeInterval | Sets the sweep time when you set the SetSweepTimeAuto(String, RFmxCdma2kMXSemSweepTimeAuto) method to False. This value is expressed in seconds. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |