Position

SCPI Command :

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

Defines the y-value of the centerpoint of the zoom area. 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:

position: -100E+24 to 100E+24

set(diagram_group: str, zoom_diagram: str, position: float) None[source]
# LAYout:ZOOM:VERTical:ABSolute:POSition
driver.layout.zoom.vertical.absolute.position.set(diagram_group = 'abc', zoom_diagram = 'abc', position = 1.0)

Defines the y-value of the centerpoint of the zoom area. 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

  • position – -100E+24 to 100E+24