RFmxGsmMXPvtConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the PVT measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public class RFmxGsmMXPvtConfiguration : RFmxGsmMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxGsmMXPvtAveragingEnabled, int, RFmxGsmMXPvtAveragingType) | Configures averaging for the power versus time (PVT) measurement. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the power versus time (PVT) measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxGsmMXPvtAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxGsmMXPvtAveragingEnabled) | Gets whether to enable averaging for the power versus time (PVT) measurement. |
| GetAveragingType(string, out RFmxGsmMXPvtAveragingType) | Gets the averaging type for multiple acquisitions. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the power versus time (PVT) measurement. |
| GetNumberOfAnalysisThreads(string, out int) | 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(string, out double) | Gets the RBW Filter Bandwidth in Hz. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable the traces to be stored and retrieved after performing the power versus time (PVT) measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxGsmMXPvtAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxGsmMXPvtAveragingEnabled) | Sets whether to enable averaging for the power versus time (PVT) measurement. |
| SetAveragingType(string, RFmxGsmMXPvtAveragingType) | Sets the averaging type for multiple acquisitions. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the power versus time (PVT) measurement. |
| SetNumberOfAnalysisThreads(string, int) | 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(string, double) | Sets the RBW Filter Bandwidth in Hz. |