Color
SCPI Command :
CALCulate<n>:SPECtrogram:COLor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) ColorSchemeA[source]
# CALCulate<n>:SPECtrogram:COLor value: enums.ColorSchemeA = driver.calculate.spectrogram.color.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 ‘Calculate’)
- 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]
# CALCulate<n>:SPECtrogram:COLor driver.calculate.spectrogram.color.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 ‘Calculate’)