Use
SCPI Command :
DISPlay:COLor:SIGNal:USE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DISPlay:COLor:SIGNal:USE value: bool = driver.display.color.signal.use.get()
If enabled, the selected waveform is displayed according to its assigned color table. If disabled, the selected color is displayed, and the intensity of the signal color varies according to the cumulative occurrence of the values. The setting is not available for digital channels and parallel buses.
- Returns:
state: OFF | ON
- set(signal: SignalSource, state: bool) None[source]
# DISPlay:COLor:SIGNal:USE driver.display.color.signal.use.set(signal = enums.SignalSource.C1, state = False)
If enabled, the selected waveform is displayed according to its assigned color table. If disabled, the selected color is displayed, and the intensity of the signal color varies according to the cumulative occurrence of the values. The setting is not available for digital channels and parallel buses.
- Parameters:
signal – Signal name as returned by method
RsMxo.display.color.signal.catalog().state – OFF | ON