Stop
SCPI Command :
LAYout:ZOOM:HORZ:ABSolute:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(diagram_group: str, zoom_diagram: str) float[source]
# LAYout:ZOOM:HORZ:ABSolute:STOP value: float = driver.layout.zoom.horz.absolute.stop.get(diagram_group = 'abc', zoom_diagram = 'abc')
Defines the upper limit of the zoom area on the x-axis. For numerical values, the input of a unit is not supported for this command.
- Parameters:
diagram_group – Name of the diagram on which the zoom area is based.
zoom_diagram – Name of the zoom diagram
- Returns:
stop: -100E+24 to 100E+24
- set(diagram_group: str, zoom_diagram: str, stop: float) None[source]
# LAYout:ZOOM:HORZ:ABSolute:STOP driver.layout.zoom.horz.absolute.stop.set(diagram_group = 'abc', zoom_diagram = 'abc', stop = 1.0)
Defines the upper limit of the zoom area on the x-axis. For numerical values, the input of a unit is not supported for this command.
- Parameters:
diagram_group – Name of the diagram on which the zoom area is based.
zoom_diagram – Name of the zoom diagram
stop – -100E+24 to 100E+24