Style
SCPI Command :
DISPlay[:WINDow<n>]:SPECtrogram:COLor[:STYLe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) ColorSchemeA[source]
# 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’.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
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: ColorSchemeA, window=Window.Default) None[source]
# 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’.
- Parameters:
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.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)