Span

SCPI Command :

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

Defines the height 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:

span: 0 to 100E+24

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

Defines the height 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

  • span – 0 to 100E+24