Span

SCPI Command :

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

Defines the width of the zoom area.

Parameters:
  • diagram_group – Name of the diagram on which the zoom area is based.

  • zoom_diagram – Name of the zoom diagram

Returns:

relative_span: 1E-15 to 100

set(diagram_group: str, zoom_diagram: str, relative_span: float) None[source]
# LAYout:ZOOM:HORZ:RELative:SPAN
driver.layout.zoom.horz.relative.span.set(diagram_group = 'abc', zoom_diagram = 'abc', relative_span = 1.0)

Defines the width of the zoom area.

Parameters:
  • diagram_group – Name of the diagram on which the zoom area is based.

  • zoom_diagram – Name of the zoom diagram

  • relative_span – 1E-15 to 100