NheLtf
SCPI Command :
CONFigure:WLAN:RUConfig:NHELtf
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() RuConfigNheLtf[source]
# CONFigure:WLAN:RUConfig:NHELtf value: enums.RuConfigNheLtf = driver.applications.k91Wlan.configure.wlan.ruConfig.nheLtf.get()
Defines the length of the high-efficiency long training field (for trigger-based uplink PPDUs only) . For more information see ‘HE Trigger-based PPDUs’.
- Returns:
ru_config_nhe_ltf: AUTO The application determines the length automatically. STA The station configuration defines the used length. S1 | S2 | S4 | S6 | S8 The LTF of the PPDUs have a fixed length (1 / 2 / 4 / 6 / 8 symbols) .
- set(ru_config_nhe_ltf: RuConfigNheLtf) None[source]
# CONFigure:WLAN:RUConfig:NHELtf driver.applications.k91Wlan.configure.wlan.ruConfig.nheLtf.set(ru_config_nhe_ltf = enums.RuConfigNheLtf.AUTO)
Defines the length of the high-efficiency long training field (for trigger-based uplink PPDUs only) . For more information see ‘HE Trigger-based PPDUs’.
- Parameters:
ru_config_nhe_ltf – AUTO The application determines the length automatically. STA The station configuration defines the used length. S1 | S2 | S4 | S6 | S8 The LTF of the PPDUs have a fixed length (1 / 2 / 4 / 6 / 8 symbols) .