Color

SCPI Command :

DISPlay:COLor:SIGNal<*>:COLor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(signal=Signal.Default) int[source]
# DISPlay:COLor:SIGNal<*>:COLor
value: int = driver.display.color.signal.color.get(signal = repcap.Signal.Default)

No help available

Parameters:

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

Returns:

value: Decimal value of the ARGB color. Use the color dialog box on the instrument to get the hex value of the color, and convert the hex value to a decimal value. 0 is fully transparent black. 4278190080 (dec) = FF000000 (hex) is opaque black. 4294967295 (dec) = FFFFFFFF (hex) is opaque white.

set(value: int, signal=Signal.Default) None[source]
# DISPlay:COLor:SIGNal<*>:COLor
driver.display.color.signal.color.set(value = 1, signal = repcap.Signal.Default)

No help available

Parameters:
  • value – Decimal value of the ARGB color. Use the color dialog box on the instrument to get the hex value of the color, and convert the hex value to a decimal value. 0 is fully transparent black. 4278190080 (dec) = FF000000 (hex) is opaque black. 4294967295 (dec) = FFFFFFFF (hex) is opaque white.

  • signal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Signal’)