Start
SCPI Command :
LAYout:ZOOM:VERTical:ABSolute:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(diagram_group: str, zoom_diagram: str) float[source]
# LAYout:ZOOM:VERTical:ABSolute:STARt value: float = driver.layout.zoom.vertical.absolute.start.get(diagram_group = 'abc', zoom_diagram = 'abc')
Defines the lower limit of the zoom area on the y-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:
start: -100E+24 to 100E+24
- set(diagram_group: str, zoom_diagram: str, start: float) None[source]
# LAYout:ZOOM:VERTical:ABSolute:STARt driver.layout.zoom.vertical.absolute.start.set(diagram_group = 'abc', zoom_diagram = 'abc', start = 1.0)
Defines the lower limit of the zoom area on the y-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
start – -100E+24 to 100E+24