Stop
SCPI Command :
LAYout:ZOOM:VERTical:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(diagram_group: str, zoom_diagram: str) float[source]
# LAYout:ZOOM:VERTical:RELative:STOP value: float = driver.layout.zoom.vertical.relative.stop.get(diagram_group = 'abc', zoom_diagram = 'abc')
Defines the upper limit of the zoom area on the y-axis.
- Parameters:
diagram_group – Name of the diagram on which the zoom area is based.
zoom_diagram – Name of the zoom diagram
- Returns:
relative_stop: 0 to 100
- set(diagram_group: str, zoom_diagram: str, relative_stop: float) None[source]
# LAYout:ZOOM:VERTical:RELative:STOP driver.layout.zoom.vertical.relative.stop.set(diagram_group = 'abc', zoom_diagram = 'abc', relative_stop = 1.0)
Defines the upper limit of the zoom area on the y-axis.
- Parameters:
diagram_group – Name of the diagram on which the zoom area is based.
zoom_diagram – Name of the zoom diagram
relative_stop – 0 to 100