Style

SCPI Command :

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

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

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

Selects the color scheme. For details see ‘Color maps’.

param window

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

return

color_scheme: HOT Uses a color range from blue to red. Blue colors indicate low levels, red colors indicate high ones. COLD Uses a color range from red to blue. Red colors indicate low levels, blue colors indicate high ones. RADar Uses a color range from black over green to light turquoise with shades of green in between. GRAYscale Shows the results in shades of gray.

set(color_scheme: RsFsw.enums.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)

Selects the color scheme. For details see ‘Color maps’.

param color_scheme

HOT Uses a color range from blue to red. Blue colors indicate low levels, red colors indicate high ones. COLD Uses a color range from red to blue. Red colors indicate low levels, blue colors indicate high ones. RADar Uses a color range from black over green to light turquoise with shades of green in between. GRAYscale Shows the results in shades of gray.

param window

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