Style

SCPI Commands

DISPlay:WINDow<Window>:SPECtrogram:COLor:STYLe
class StyleCls[source]

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

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

No command help available

param window

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

return

color_scheme: No help available

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

No command help available

param color_scheme

No help available

param window

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