Mrange

SCPI Command :

CONFigure:WLAN:PVERror:MRANge
class MrangeCls[source]

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

get() RsFsw.enums.PowerVectorErrorMode[source]
# SCPI: CONFigure:WLAN:PVERror:MRANge
value: enums.PowerVectorErrorMode = driver.applications.k91Wlan.configure.wlan.pvError.mrange.get()

This remote control command defines or queries whether the Peak Vector Error results are calculated over the complete PPDU or just over the PSDU. Is supported for 802.11b and 802.11g (DSSS) only.

return

range_py: ALL | PSDU ALL Peak Vector Error results are calculated over the complete PPDU PSDU Peak Vector Error results are calculated over the PSDU only

set(range_py: RsFsw.enums.PowerVectorErrorMode) None[source]
# SCPI: CONFigure:WLAN:PVERror:MRANge
driver.applications.k91Wlan.configure.wlan.pvError.mrange.set(range_py = enums.PowerVectorErrorMode.ALL)

This remote control command defines or queries whether the Peak Vector Error results are calculated over the complete PPDU or just over the PSDU. Is supported for 802.11b and 802.11g (DSSS) only.

param range_py

ALL | PSDU ALL Peak Vector Error results are calculated over the complete PPDU PSDU Peak Vector Error results are calculated over the PSDU only