ConfigureMeasurementLength(string, int, int)
- Updated2025-10-13
- 1 minute(s) read
Configures the measurement offset and maximum measurement length for the OFDMModAcc EVM measurements.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int ConfigureMeasurementLength(string selectorString, int measurementOffset, int maximumMeasurementLength)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| measurementOffset | int | Specifies the number of data OFDM symbols to be ignored from the start of the data field for EVM computation. |
| maximumMeasurementLength | int | Specifies the maximum number of data OFDM symbols that the measurement uses to compute EVM. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.