Use
SCPI Command :
DISPlay:COLor:SIGNal<*>:USE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(signal=Signal.Default) bool[source]
# DISPlay:COLor:SIGNal<*>:USE value: bool = driver.display.color.signal.use.get(signal = repcap.Signal.Default)
If enabled, the selected waveform is displayed according to its assigned color table. If this option is disabled, the default color table is used, i.e. the intensity of the specific signal color varies according to the cumulative occurance of the values.
- Parameters:
signal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Signal’)
- Returns:
state: OFF | ON
- set(state: bool, signal=Signal.Default) None[source]
# DISPlay:COLor:SIGNal<*>:USE driver.display.color.signal.use.set(state = False, signal = repcap.Signal.Default)
If enabled, the selected waveform is displayed according to its assigned color table. If this option is disabled, the default color table is used, i.e. the intensity of the specific signal color varies according to the cumulative occurance of the values.
- Parameters:
state – OFF | ON
signal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Signal’)