RFmx LTE DotNET

Table of Contents

RFmxLteMXPvtConfiguration Class

  • Updated2024-07-17
  • 5 minute(s) read
RFmxLteMXPvtConfiguration Class

RFmxLteMXPvtConfiguration Class

Provides methods to configure the PVT measurement.

Inheritance Hierarchy

SystemObject
  RFmxLteMXSubObject
    NationalInstruments.RFmx.LteMXRFmxLteMXPvtConfiguration

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

  NameDescription
Public methodConfigureAveraging
Configures averaging for the power versus time (PVT) measurement.
Public methodConfigureMeasurementMethod
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.
Public methodConfigureOffPowerExclusionPeriods
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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAllTracesEnabled
Gets whether to enable the traces to be stored and retrieved after performing the power versus time (PVT) measurement.
Public methodGetAveragingCount
Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXPvtAveragingEnabled) method to True.
Public methodGetAveragingEnabled
Gets whether to enable averaging for the power versus time (PVT) measurement.
Public methodGetAveragingType
Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMeasurementEnabled
Gets whether to enable the power versus time (PVT) measurement.
Public methodGetMeasurementMethod
Gets the method for performing the power versus time (PVT) measurement.
Public methodGetNumberOfAnalysisThreads
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.
Public methodGetOffPowerExclusionAfter
Gets the time excluded from the Off region after the burst. This value is expressed in seconds.
Public methodGetOffPowerExclusionBefore
Gets the time excluded from the Off region before the burst. This value is expressed in seconds.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAllTracesEnabled
Sets whether to enable the traces to be stored and retrieved after performing the power versus time (PVT) measurement.
Public methodSetAveragingCount
Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxLteMXPvtAveragingEnabled) method to True.
Public methodSetAveragingEnabled
Sets whether to enable averaging for the power versus time (PVT) measurement.
Public methodSetAveragingType
Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement.
Public methodSetMeasurementEnabled
Sets whether to enable the power versus time (PVT) measurement.
Public methodSetMeasurementMethod
Sets the method for performing the power versus time (PVT) measurement.
Public methodSetNumberOfAnalysisThreads
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.
Public methodSetOffPowerExclusionAfter
Sets the time excluded from the Off region after the burst. This value is expressed in seconds.
Public methodSetOffPowerExclusionBefore
Sets the time excluded from the Off region before the burst. This value is expressed in seconds.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

See Also

Log in to get a better experience