Select

SCPI Command :

CONFigure:BURSt:PVT:SELect
class SelectCls[source]

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

get() RsFsw.enums.PvTmode[source]
# SCPI: CONFigure:BURSt:PVT:SELect
value: enums.PvTmode = driver.applications.k91Wlan.configure.burst.pvt.select.get()

This remote command determines how to interpret the ‘Power vs Time’ measurement results.

return

mode: EDGE | FULL | RISE | FALL EDGE Displays rising and falling edges only FALL Displays falling edge only FULL Displays the full PPDU RISE Displays the rising edge only

set(mode: RsFsw.enums.PvTmode) None[source]
# SCPI: CONFigure:BURSt:PVT:SELect
driver.applications.k91Wlan.configure.burst.pvt.select.set(mode = enums.PvTmode.EDGE)

This remote command determines how to interpret the ‘Power vs Time’ measurement results.

param mode

EDGE | FULL | RISE | FALL EDGE Displays rising and falling edges only FALL Displays falling edge only FULL Displays the full PPDU RISE Displays the rising edge only