Layout
SCPI Commands :
LAYout:REMove
LAYout:SHOW
- Commands in total: 45Subgroups: 4Direct child commands: 2
- set_remove(diagram_name: str) None[source]
# LAYout:REMove driver.layout.set_remove(diagram_name = 'abc')
Closes the specified diagram. The waveforms are displayed as minimized waveforms in their signal icons on the signal bar.
- Parameters:
diagram_name – String with the name of the diagram
- set_show(diagram_name: str) None[source]
# LAYout:SHOW driver.layout.set_show(diagram_name = 'abc')
Selects the specified diagram.
- Parameters:
diagram_name – String with the name of the diagram
Cloning the Group
# Create a copy of the original group, that exists independently
layout_copy = driver.layout.clone()
Subgroups