RFmxWlanMXOfdmHeaderDecodingEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable the decoding of the header fields in the PPDU.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmHeaderDecodingEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Header information is not read from the header fields in the PPDU. You must configure the following properties: SetOfdmNumberOfUsers(string, int)SetOfdmMcsIndex(string, int)SetOfdmRUSize(string, int)SetOfdmRUOffsetMruIndex(string, int)SetOfdmGuardIntervalType(string, RFmxWlanMXOfdmGuardIntervalType)SetOfdmLtfSize(string, RFmxWlanMXOfdmLtfSize)SetOfdmSpaceTimeStreamOffset(string, int)SetOfdmNumberOfHESigBSymbols(string, int)SetOfdmPEDisambiguity(string, int)SetOfdmEhtSigCompressionEnabled(string, RFmxWlanMXOfdmEhtSigCompressionEnabled)SetOfdmNumberOfEhtSigSymbols(string, int) |
| True | 1 | Header information is obtained by decoding the header fields in the PPDU. |