Select
SCPI Command :
CONFigure:BURSt:PVT:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PvTmode[source]
# 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.
- Returns:
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: PvTmode) None[source]
# 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.
- Parameters:
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