Style
SCPI Command :
DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) ColorSchemeB[source]
# DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe] value: enums.ColorSchemeB = driver.display.window.pspectrum.color.style.get(window = repcap.Window.Default)
Sets the color scheme for the persistance spectrum.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
color_scheme: HOT COLD RADar GRAYscale
- set(color_scheme: ColorSchemeB, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:PSPectrum:COLor[:STYLe] driver.display.window.pspectrum.color.style.set(color_scheme = enums.ColorSchemeB.COLD, window = repcap.Window.Default)
Sets the color scheme for the persistance spectrum.
- Parameters:
color_scheme – HOT COLD RADar GRAYscale
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)