ConfigureMaximumMeasurementInterval(string, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the maximum measurement interval for the TXP measurement.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int ConfigureMaximumMeasurementInterval(string selectorString, double maximumMeasurementInterval)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| maximumMeasurementInterval | double | Specifies the maximum measurement interval. This value is expressed in seconds. When you set the SetBurstDetectionEnabled(string, RFmxWlanMXTxpBurstDetectionEnabled) method to True , the measurement interval used is equal to the smaller of the duration of the WLAN packet under analysis or the value you set for this parameter. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.