RFmxTdscdmaMXPvtConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the PVT measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public class RFmxTdscdmaMXPvtConfiguration : RFmxTdscdmaMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxTdscdmaMXPvtAveragingEnabled, int, RFmxTdscdmaMXPvtAveragingType) | Configures averaging for the power versus time (PVT) measurement. |
| ConfigureMeasurementMethod(string, RFmxTdscdmaMXPvtMeasurementMethod) | Configures the measurement method 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, RFmxTdscdmaMXPvtAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxTdscdmaMXPvtAveragingEnabled) | Gets whether to enable averaging for the power versus time (PVT) measurement. |
| GetAveragingType(string, out RFmxTdscdmaMXPvtAveragingType) | Gets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the power versus time (PVT) measurement (Transmit ON/off time mask) according to the 3GPP TS 34.122 specification. |
| GetMeasurementMethod(string, out RFmxTdscdmaMXPvtMeasurementMethod) | Gets the method for performing 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. |
| GetNumberOfSegments(string, out int) | Gets the number of segments defined for the power versus time (PVT) measurement. |
| GetRrcFilterEnabled(string, out RFmxTdscdmaMXPvtRRCFilterEnabled) | Gets whether to enable the RRC filter. Use this method to disable the filter if the received signal is already RRC-filtered. |
| GetSegmentStart(string, out double) | Gets the start time of a specific power versus time (PVT) measurement segment. This value is expressed in seconds. The start time is defined relative to the burst start. |
| GetSegmentStop(string, out double) | Gets the stop time of a specific power versus time (PVT) measurement segment. This value is expressed in seconds. The start time is defined relative to the burst start. |
| 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, RFmxTdscdmaMXPvtAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxTdscdmaMXPvtAveragingEnabled) | Sets whether to enable averaging for the power versus time (PVT) measurement. |
| SetAveragingType(string, RFmxTdscdmaMXPvtAveragingType) | Sets the averaging type for averaging multiple spectrum acquisitions. The averaged spectrum is used for the power versus time (PVT) measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the power versus time (PVT) measurement (Transmit ON/off time mask) according to the 3GPP TS 34.122 specification. |
| SetMeasurementMethod(string, RFmxTdscdmaMXPvtMeasurementMethod) | Sets the method for performing 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. |
| SetRrcFilterEnabled(string, RFmxTdscdmaMXPvtRRCFilterEnabled) | Sets whether to enable the RRC filter. Use this method to disable the filter if the received signal is already RRC-filtered. |