Style

SCPI Command :

DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe]
class StyleCls[source]

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

get(window=Window.Default) RsFsw.enums.ColorSchemeB[source]
# SCPI: DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe]
value: enums.ColorSchemeB = driver.display.window.pspectrum.color.style.get(window = repcap.Window.Default)

Sets the color scheme for the persistance spectrum.

param window

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

return

color_scheme: HOT COLD RADar GRAYscale

set(color_scheme: RsFsw.enums.ColorSchemeB, window=Window.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe]
driver.display.window.pspectrum.color.style.set(color_scheme = enums.ColorSchemeB.COLD, window = repcap.Window.Default)

Sets the color scheme for the persistance spectrum.

param color_scheme

HOT COLD RADar GRAYscale

param window

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