Invert

SCPI Command :

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

Inverts the colors of the peak list labels, the peak boxes are shown with a white background.

Parameters:

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

Returns:

inverse: OFF | ON

set(inverse: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PLISt:LABel:INVert
driver.calculate.spectrum.plist.label.invert.set(inverse = False, spectrum = repcap.Spectrum.Default)

Inverts the colors of the peak list labels, the peak boxes are shown with a white background.

Parameters:
  • inverse – OFF | ON

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