State

SCPI Command :

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

Enables the display of the peak table.

Parameters:

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

Returns:

show_table: OFF | ON

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

Enables the display of the peak table.

Parameters:
  • show_table – OFF | ON

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