NheLtf

SCPI Command :

CONFigure:WLAN:RUConfig:NHELtf
class NheLtfCls[source]

NheLtf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.RuConfigNheLtf[source]
# SCPI: 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’.

return

ru_config_nhe_ltf: AUTO | STA | S1 | S2 | S4 | S6 | S8 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: RsFsw.enums.RuConfigNheLtf) None[source]
# SCPI: 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’.

param ru_config_nhe_ltf

AUTO | STA | S1 | S2 | S4 | S6 | S8 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) .