HePpdu

SCPI Command :

CONFigure:WLAN:RUConfig:HEPPdu
class HePpduCls[source]

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

get() RsFsw.enums.RuConfigPpdu[source]
# SCPI: CONFigure:WLAN:RUConfig:HEPPdu
value: enums.RuConfigPpdu = driver.applications.k91Wlan.configure.wlan.ruConfig.hePpdu.get()

Defines the format of the HE PPDU. This format determines which other PPDU settings are available.

return

ru_config_ppdu: SU | MU | TRIG | ESU SU High-efficiency single user PPDU for uplink and downlink MU High-efficiency multi-user PPDU for downlink to multiple users at the same time TRIG High-efficiency trigger-based PPDU for uplink from multiple users at the same time ESU High-efficiency single-user PPDU for an extended range

set(ru_config_ppdu: RsFsw.enums.RuConfigPpdu) None[source]
# SCPI: CONFigure:WLAN:RUConfig:HEPPdu
driver.applications.k91Wlan.configure.wlan.ruConfig.hePpdu.set(ru_config_ppdu = enums.RuConfigPpdu.ESU)

Defines the format of the HE PPDU. This format determines which other PPDU settings are available.

param ru_config_ppdu

SU | MU | TRIG | ESU SU High-efficiency single user PPDU for uplink and downlink MU High-efficiency multi-user PPDU for downlink to multiple users at the same time TRIG High-efficiency trigger-based PPDU for uplink from multiple users at the same time ESU High-efficiency single-user PPDU for an extended range