Spow

SCPI Command :

CALCulate:SPECtrum<*>:PLISt:SPOW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) bool[source]
# CALCulate:SPECtrum<*>:PLISt:SPOW
value: bool = driver.calculate.spectrum.plist.spow.get(spectrum = repcap.Spectrum.Default)

Displays a box with a description for each detected peak in the spectrum, including the magnitude. If method RsMxo.calculate.spectrum.plist.label.frequency.state.set() is ON, the frequency values are also displayed.

Parameters:

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

set(shw_peaks_on_wfm: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PLISt:SPOW
driver.calculate.spectrum.plist.spow.set(shw_peaks_on_wfm = False, spectrum = repcap.Spectrum.Default)

Displays a box with a description for each detected peak in the spectrum, including the magnitude. If method RsMxo.calculate.spectrum.plist.label.frequency.state.set() is ON, the frequency values are also displayed.

Parameters:
  • shw_peaks_on_wfm – OFF | ON

  • spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)