Mrange

SCPI Command :

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

Returns:

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: PowerVectorErrorMode) None[source]
# 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.

Parameters:

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