RFmxLteMXPvtConfiguration Class
- Updated2024-07-17
- 5 minute(s) read
RFmxLteMXPvtConfiguration Class
Provides methods to configure the PVT measurement.
Inheritance Hierarchy
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public sealed class RFmxLteMXPvtConfiguration : RFmxLteMXSubObject
Public NotInheritable Class RFmxLteMXPvtConfiguration Inherits RFmxLteMXSubObject
The RFmxLteMXPvtConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConfigureAveraging |
Configures averaging for the power versus time (PVT) measurement. |
![]() | ConfigureMeasurementMethod |
Configures the method for performing the power versus time (PVT) measurement. Refer to the LTE PVT (Power Vs Time) Measurement topic for more information about measurement method. |
![]() | ConfigureOffPowerExclusionPeriods |
Configures the OFF power exclusion periods for the power versus time (PVT) measurement. Refer to the LTE PVT (Power Vs Time) Measurement topic for more information about OFF power exclusion periods. |
![]() | Equals | (Inherited from Object.) |
![]() | GetAllTracesEnabled |
Gets whether to enable the traces to be stored and retrieved after performing the power versus time (PVT) measurement.
|
![]() | GetAveragingCount |
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXPvtAveragingEnabled) method to True.
|
![]() | GetAveragingEnabled |
Gets whether to enable averaging for the power versus time (PVT) measurement.
|
![]() | GetAveragingType |
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetMeasurementEnabled |
Gets whether to enable the power versus time (PVT) measurement.
|
![]() | GetMeasurementMethod |
Gets the method for performing the power versus time (PVT) measurement.
|
![]() | GetNumberOfAnalysisThreads |
Gets the maximum number of threads used for parallelism for the power versus time (PVT) measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.
|
![]() | GetOffPowerExclusionAfter |
Gets the time excluded from the Off region after the burst. This value is expressed in seconds.
|
![]() | GetOffPowerExclusionBefore |
Gets the time excluded from the Off region before the burst. 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 power versus time (PVT) measurement.
|
![]() | SetAveragingCount |
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXPvtAveragingEnabled) method to True.
|
![]() | SetAveragingEnabled |
Sets whether to enable averaging for the power versus time (PVT) measurement.
|
![]() | SetAveragingType |
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement.
|
![]() | SetMeasurementEnabled |
Sets whether to enable the power versus time (PVT) measurement.
|
![]() | SetMeasurementMethod |
Sets the method for performing the power versus time (PVT) measurement.
|
![]() | SetNumberOfAnalysisThreads |
Sets the maximum number of threads used for parallelism for the power versus time (PVT) measurement. The number of threads can range from 1 to the number of physical cores. The number of threads you set may not be used in calculations. The actual number of threads used depends on the problem size, system resources, data availability, and other considerations.
|
![]() | SetOffPowerExclusionAfter |
Sets the time excluded from the Off region after the burst. This value is expressed in seconds.
|
![]() | SetOffPowerExclusionBefore |
Sets the time excluded from the Off region before the burst. This value is expressed in seconds.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |