RFmxWlanMXDsssModAccAcquisitionLengthMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement automatically computes the acquisition length of the waveform based on DSSSModAcc properties.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXDsssModAccAcquisitionLengthMode
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) method and the SetMaximumMeasurementLength(string, int) method. |