RFmxBTMXTxpConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the TXP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public class RFmxBTMXTxpConfiguration : RFmxBTMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxBTMXTxpAveragingEnabled, int) | Configures averaging for the transmit power (TXP) measurement. |
| ConfigureBurstSynchronizationType(string, RFmxBTMXTxpBurstSynchronizationType) | Configures the type of synchronization used for detecting the start of the packet in the transmit power (TXP) measurement. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable all the traces used for transmit power (TxP) measurements. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXTxpAveragingEnabled) method to True. |
| GetAveragingEnabled(string, out RFmxBTMXTxpAveragingEnabled) | Gets whether to enable averaging for the transmit power (TxP) measurements. |
| GetBurstSynchronizationType(string, out RFmxBTMXTxpBurstSynchronizationType) | Gets the type of synchronization used for detecting the start of packet in the transmit power (TXP) measurement. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the transmit power (TxP) measurements. |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for TXP 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. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable all the traces used for transmit power (TxP) measurements. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxBTMXTxpAveragingEnabled) method to True. |
| SetAveragingEnabled(string, RFmxBTMXTxpAveragingEnabled) | Sets whether to enable averaging for the transmit power (TxP) measurements. |
| SetBurstSynchronizationType(string, RFmxBTMXTxpBurstSynchronizationType) | Sets the type of synchronization used for detecting the start of packet in the transmit power (TXP) measurement. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the transmit power (TxP) measurements. |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for TXP 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. |