RFmx GSM DotNET

Table of Contents

RFmxGsmMXPvtConfiguration Class

  • Updated2024-07-17
  • 4 minute(s) read
RFmxGsmMXPvtConfiguration Class

RFmxGsmMXPvtConfiguration Class

Provides methods to configure the PVT measurement

Inheritance Hierarchy

SystemObject
  RFmxGsmMXSubObject
    NationalInstruments.RFmx.GsmMXRFmxGsmMXPvtConfiguration

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public sealed class RFmxGsmMXPvtConfiguration : RFmxGsmMXSubObject
Public NotInheritable Class RFmxGsmMXPvtConfiguration
	Inherits RFmxGsmMXSubObject

The RFmxGsmMXPvtConfiguration type exposes the following members.

Methods

 NameDescription
Public methodConfigureAveraging Configures averaging for the power versus time (PVT) measurement.
Public methodEqualsDetermines 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, RFmxGsmMXPvtAveragingEnabled) method to True.
Public methodGetAveragingEnabled Gets whether to enable averaging for the power versus time (PVT) measurement.
Public methodGetAveragingType Gets the averaging type for multiple acquisitions.
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetMeasurementEnabled Gets whether to enable 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 methodGetRbwFilterBandwidth Gets the RBW Filter Bandwidth in Hz
Public methodGetTypeGets 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, RFmxGsmMXPvtAveragingEnabled) method to True.
Public methodSetAveragingEnabled Sets whether to enable averaging for the power versus time (PVT) measurement.
Public methodSetAveragingType Sets the averaging type for multiple acquisitions.
Public methodSetMeasurementEnabled Sets whether to enable 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 methodSetRbwFilterBandwidth Sets the RBW Filter Bandwidth in Hz
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

See Also

Log in to get a better experience