RFmxWlanMXOfdmPpduType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the PPDU type when you set the SetOfdmAutoPpduTypeDetectionEnabled(string, RFmxWlanMXOfdmAutoPpduTypeDetectionEnabled) method to False .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmPpduType
Members
| Name | Value | Description |
|---|---|---|
| NonHT | 0 | Specifies an 802.11a, 802.11j, or 802.11p PPDU type, or 802.11n, 802.11ac, or 802.11ax PPDU type when operating in the Non-HT mode. |
| Mixed | 1 | Specifies the HT-Mixed PPDU (802.11n) type. |
| Greenfield | 2 | Specifies the HT-Greenfield PPDU (802.11n) type. |
| SU | 3 | Specifies the VHT SU PPDU type if you set the SetStandard(string, RFmxWlanMXStandard) method to Standard802_11ac or the HE SU PPDU type if you set the Standard method to Standard802_11ax . |
| MU | 4 | Specifies the VHT MU PPDU type if you set the Standard method to Standard802_11ac , the HE MU PPDU type if you set the Standard method to Standard802_11ax , or the EHT MU PPDU type if you set the Standard method to Standard802_11be , or the UHR MU PPDU type if you set the Standard method to Standard802_11bn . |
| ExtendedRangeSU | 5 | Specifies the HE Extended Range SU PPDU (802.11ax) type. |
| TriggerBased | 6 | Specifies the HE TB PPDU if you set the Standard method to Standard802_11ax or the EHT TB PPDU if you set the Standard method to Standard802_11be or the UHR TB PPDU if you set the Standard method to Standard802_11bn . |
| Elr | 7 | Specifies the UHR Enhanced Long Range PPDU (802.11bn) type. |