Label

SCPI Command :

DISPlay:SIGNal:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# DISPlay:SIGNal:LABel
value: str = driver.display.signal.label.get()

Defines and assigns a label to the specified channel waveform.

set(signal: SignalSource, label: str) None[source]
# DISPlay:SIGNal:LABel
driver.display.signal.label.set(signal = enums.SignalSource.C1, label = 'abc')

Defines and assigns a label to the specified channel waveform.

Parameters:

signal – C1 | C2 | … | C8