IdsList

SCPI Command :

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

Returns a list of label IDs for the specified source. Labels that are defined in the user interface get an automatic label ‘DiagramText<No>’.

Parameters:

source – See method RsRtx.display.signal.label.add().