RFmxWlanMXOfdmPpduType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxWlanMXOfdmPpduType Enumeration
Specifies the PPDU type when you set the
SetOfdmAutoPpduTypeDetectionEnabled(String, RFmxWlanMXOfdmAutoPpduTypeDetectionEnabled)
method to
False
.
Namespace: NationalInstruments.RFmx.WlanMX
Assembly: NationalInstruments.RFmx.WlanMX.Fx40 (in NationalInstruments.RFmx.WlanMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxWlanMXOfdmPpduType
Public Enumeration RFmxWlanMXOfdmPpduType
Members
| Member 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 . | |
| 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 . |