Pshow

SCPI Command :

CALCulate<n>:ESPectrum:PSEarch:PSHow
class PshowCls[source]

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

get(window=Window.Default) bool[source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:PSHow
value: bool = driver.calculate.espectrum.peakSearch.pshow.get(window = repcap.Window.Default)

Turns the peak labels in the diagram on and off. Peak labels are blue squares.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default) None[source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:PSHow
driver.calculate.espectrum.peakSearch.pshow.set(state = False, window = repcap.Window.Default)

Turns the peak labels in the diagram on and off. Peak labels are blue squares.

param state

ON | OFF | 1 | 0

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)