RFmxWlanMXOfdmModAccAcquisitionLengthMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement automatically computes the acquisition length of the waveform based on other OFDMModAcc properties.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccAcquisitionLengthMode
Members
| Name | Value | Description |
|---|---|---|
| Manual | 0 | Uses the acquisition length specified by the SetAcquisitionLength(string, double) method. |
| Auto | 1 | Computes the acquisition length based on the SetMeasurementOffset(string, int) and the SetMaximumMeasurementLength(string, int) properties. |