Signal

SCPI Command :

LAYout:SIGNal:UNASsign
Commands in total: 3
Subgroups: 2
Direct child commands: 1
set_unassign(esource: SignalSource) None[source]
# LAYout:SIGNal:UNASsign
driver.layout.signal.set_unassign(esource = enums.SignalSource.AJ1)

Minimizes the specified waveform, i.e. removes it from the diagram and shows it in the signal icon.

Parameters:

esource – See method RsRtx.layout.signal.assign.set() and ‘Waveform parameter’

Cloning the Group

# Create a copy of the original group, that exists independently
signal_copy = driver.layout.signal.clone()

Subgroups