UhrPpdu
SCPI Command :
CONFigure:WLAN:RUConfig:UHRPpdu
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() RuConfigPpdu[source]
# CONFigure:WLAN:RUConfig:UHRPpdu value: enums.RuConfigPpdu = driver.applications.k91Wlan.configure.wlan.ruConfig.uhrPpdu.get()
Selects the PPDU format to configure. This format determines which other PPDU settings are available.
- Returns:
ru_config_ppdu: SU | MU | TRIG | ESU | ELR SU UHR single user PPDU for uplink and downlink MU UHR multi-user PPDU for downlink to multiple users at the same time TRIG UHR trigger-based PPDU for uplink from multiple users at the same time ESU UHR single-user PPDU for an extended range ELR UHR single-user PPDU for an enhanced long range
- set(ru_config_ppdu: RuConfigPpdu) None[source]
# CONFigure:WLAN:RUConfig:UHRPpdu driver.applications.k91Wlan.configure.wlan.ruConfig.uhrPpdu.set(ru_config_ppdu = enums.RuConfigPpdu.ELR)
Selects the PPDU format to configure. This format determines which other PPDU settings are available.
- Parameters:
ru_config_ppdu – SU | MU | TRIG | ESU | ELR SU UHR single user PPDU for uplink and downlink MU UHR multi-user PPDU for downlink to multiple users at the same time TRIG UHR trigger-based PPDU for uplink from multiple users at the same time ESU UHR single-user PPDU for an extended range ELR UHR single-user PPDU for an enhanced long range