Start

SCPI Command :

LAYout:ZOOM:VERTical:RELative:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(diagram_group: str, zoom_diagram: str) float[source]
# LAYout:ZOOM:VERTical:RELative:STARt
value: float = driver.layout.zoom.vertical.relative.start.get(diagram_group = 'abc', zoom_diagram = 'abc')

Defines the lower 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_start: 0 to 100

set(diagram_group: str, zoom_diagram: str, relative_start: float) None[source]
# LAYout:ZOOM:VERTical:RELative:STARt
driver.layout.zoom.vertical.relative.start.set(diagram_group = 'abc', zoom_diagram = 'abc', relative_start = 1.0)

Defines the lower 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_start – 0 to 100