Assign

SCPI Command :

DISPlay:COLor:SIGNal:ASSign
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(source: SignalSource) ColorTable[source]
# DISPlay:COLor:SIGNal:ASSign
value: enums.ColorTable = driver.display.color.signal.assign.get(source = enums.SignalSource.C1)

Assigns a color table to the source waveform instead of a dedicated color.

Parameters:

source – Signal name as returned by method RsMxo.display.color.signal.catalog() .

Returns:

color_table: String with the name of the color table. Valid values are: ‘FalseColors’, ‘Spectrum’, ‘SingleEvent’ and ‘Temperature’.

set(source: SignalSource, color_table: ColorTable) None[source]
# DISPlay:COLor:SIGNal:ASSign
driver.display.color.signal.assign.set(source = enums.SignalSource.C1, color_table = enums.ColorTable.FalseColors='FalseColors')

Assigns a color table to the source waveform instead of a dedicated color.

Parameters:
  • source – Signal name as returned by method RsMxo.display.color.signal.catalog() .

  • color_table – String with the name of the color table. Valid values are: ‘FalseColors’, ‘Spectrum’, ‘SingleEvent’ and ‘Temperature’.