RFmxGsmMXPvtConfiguration Class
- Updated2024-07-17
- 4 minute(s) read
RFmx
Provides methods to configure the PVT measurement
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | ConfigureAveraging |
Configures averaging for the power versus time (PVT) measurement. |
![]() | 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 power versus time (PVT) measurement. |
![]() | GetAveragingCount | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(String, RFmxGsmMXPvtAveragingEnabled) method to True. |
![]() | GetAveragingEnabled | Gets whether to enable averaging for the power versus time (PVT) measurement. |
![]() | GetAveragingType | Gets the averaging type for multiple acquisitions. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) |
![]() | GetMeasurementEnabled | Gets whether to enable 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. |
![]() | GetRbwFilterBandwidth | Gets the RBW Filter Bandwidth in Hz |
![]() | 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, RFmxGsmMXPvtAveragingEnabled) method to True. |
![]() | SetAveragingEnabled | Sets whether to enable averaging for the power versus time (PVT) measurement. |
![]() | SetAveragingType | Sets the averaging type for multiple acquisitions. |
![]() | SetMeasurementEnabled | Sets whether to enable 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. |
![]() | SetRbwFilterBandwidth | Sets the RBW Filter Bandwidth in Hz |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |