Text
SCPI Command :
DISPlay:SIGNal:LABel:TEXT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(label_id: str, source: SignalSource) str[source]
# DISPlay:SIGNal:LABel:TEXT value: str = driver.display.signal.label.text.get(label_id = 'abc', source = enums.SignalSource.AJ1)
Modifies or queries the text of the specified label.
- Parameters:
label_id – String with the label identifier.
source – All waveforms that can be displayed, see method
RsRtx.display.signal.label.add()
- Returns:
label_text: String with the label text that is shown
- set(label_id: str, source: SignalSource, label_text: str) None[source]
# DISPlay:SIGNal:LABel:TEXT driver.display.signal.label.text.set(label_id = 'abc', source = enums.SignalSource.AJ1, label_text = 'abc')
Modifies or queries the text of the specified label.
- Parameters:
label_id – String with the label identifier.
source – All waveforms that can be displayed, see method
RsRtx.display.signal.label.add()label_text – String with the label text that is shown