Color
SCPI Command :
CALCulate<n>:SPECtrogram:COLor
- class ColorCls[source]
Color commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.ColorSchemeA [source]
# SCPI: 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’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- 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: 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’.
- 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 ‘Calculate’)