PosCoupling
SCPI Command :
LAYout:ZOOM:POSCoupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(diagram_group: str, zoom_diagram: str) bool[source]
# LAYout:ZOOM:POSCoupling value: bool = driver.layout.zoom.posCoupling.get(diagram_group = 'abc', zoom_diagram = 'abc')
Enables or disables the position coupling of coupled zooms. If position coupling is enabled and one zoom area is moved, the other coupled zoom areas are moved, too, and keep their distance.
- Parameters:
diagram_group – String with the name of the diagram on which the zoom is based
zoom_diagram – String with the name of the zoom diagram
- Returns:
posi_cpl: OFF | ON
- set(diagram_group: str, zoom_diagram: str, posi_cpl: bool) None[source]
# LAYout:ZOOM:POSCoupling driver.layout.zoom.posCoupling.set(diagram_group = 'abc', zoom_diagram = 'abc', posi_cpl = False)
Enables or disables the position coupling of coupled zooms. If position coupling is enabled and one zoom area is moved, the other coupled zoom areas are moved, too, and keep their distance.
- Parameters:
diagram_group – String with the name of the diagram on which the zoom is based
zoom_diagram – String with the name of the zoom diagram
posi_cpl – OFF | ON