Assign

SCPI Command :

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

Assigns the color table to the specified signal.

Parameters:

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

Returns:

color_table: Color table name to be assigned to the signal.

set(color_table: str, signal=Signal.Default) None[source]
# DISPlay:COLor:SIGNal<*>:ASSign
driver.display.color.signal.assign.set(color_table = 'abc', signal = repcap.Signal.Default)

Assigns the color table to the specified signal.

Parameters:
  • color_table – Color table name to be assigned to the signal.

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