RFmxWlanMXTxpConfiguration Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to configure the TXP measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public class RFmxWlanMXTxpConfiguration : RFmxWlanMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureAveraging(string, RFmxWlanMXTxpAveragingEnabled, int) | Configures averaging for the measurement. |
| ConfigureBurstDetectionEnabled(string, RFmxWlanMXTxpBurstDetectionEnabled) | Configures burst detection for the TXP measurement. |
| ConfigureMaximumMeasurementInterval(string, double) | Configures the maximum measurement interval for the TXP measurement. |
| GetAllTracesEnabled(string, out bool) | Gets whether to enable the traces to be stored and retrieved after performing the TXP measurement. |
| GetAveragingCount(string, out int) | Gets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxWlanMXTxpAveragingEnabled) method to True . |
| GetAveragingEnabled(string, out RFmxWlanMXTxpAveragingEnabled) | Gets whether to enable averaging for the TXP measurement. |
| GetBurstDetectionEnabled(string, out RFmxWlanMXTxpBurstDetectionEnabled) | Gets whether the measurement detects the start and the end of a WLAN packet automatically. |
| GetMaximumMeasurementInterval(string, out double) | Gets the maximum measurement interval. This value is expressed in seconds. |
| GetMeasurementEnabled(string, out bool) | Gets whether to enable the transmit power (TXP) measurement. |
| GetNumberOfAnalysisThreads(string, out int) | Gets the maximum number of threads used for parallelism for TXP measurement. |
| SetAllTracesEnabled(string, bool) | Sets whether to enable the traces to be stored and retrieved after performing the TXP measurement. |
| SetAveragingCount(string, int) | Sets the number of acquisitions used for averaging when you set the SetAveragingEnabled(string, RFmxWlanMXTxpAveragingEnabled) method to True . |
| SetAveragingEnabled(string, RFmxWlanMXTxpAveragingEnabled) | Sets whether to enable averaging for the TXP measurement. |
| SetBurstDetectionEnabled(string, RFmxWlanMXTxpBurstDetectionEnabled) | Sets whether the measurement detects the start and the end of a WLAN packet automatically. |
| SetMaximumMeasurementInterval(string, double) | Sets the maximum measurement interval. This value is expressed in seconds. |
| SetMeasurementEnabled(string, bool) | Sets whether to enable the transmit power (TXP) measurement. |
| SetNumberOfAnalysisThreads(string, int) | Sets the maximum number of threads used for parallelism for TXP measurement. |