Rpower
SCPI Command :
CONFigure:BURSt:PVT:RPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PvtRefPower[source]
# CONFigure:BURSt:PVT:RPOWer value: enums.PvtRefPower = driver.applications.k91Wlan.configure.burst.pvt.rpower.get()
This remote control command configures the use of either mean or maximum PPDU power as a reference power for the 802.11b, g (DSSS) PVT measurement.
- Returns:
mode: MEAN | MAXimum
- set(mode: PvtRefPower) None[source]
# CONFigure:BURSt:PVT:RPOWer driver.applications.k91Wlan.configure.burst.pvt.rpower.set(mode = enums.PvtRefPower.MAXimum)
This remote control command configures the use of either mean or maximum PPDU power as a reference power for the 802.11b, g (DSSS) PVT measurement.
- Parameters:
mode – MEAN | MAXimum