Configures the maximum measurement interval for the TXP measurement.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureMaximumMeasurementInterval(string selectorString, double maximumMeasurementInterval)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

maximumMeasurementIntervaldouble

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.