HePpdu

SCPI Command :

CONFigure:WLAN:RUConfig:HEPPdu
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() RuConfigPpdu[source]
# 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.

Returns:

ru_config_ppdu: SU | MU | TRIG | ESU | ELR 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: RuConfigPpdu) None[source]
# CONFigure:WLAN:RUConfig:HEPPdu
driver.applications.k91Wlan.configure.wlan.ruConfig.hePpdu.set(ru_config_ppdu = enums.RuConfigPpdu.ELR)

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

Parameters:

ru_config_ppdu – SU | MU | TRIG | ESU | ELR 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