Span

SCPI Command :

LAYout<*>:ZOOM<*>:HORizontal:RELative:SPAN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default, zoom=Zoom.Default) float[source]
# LAYout<*>:ZOOM<*>:HORizontal:RELative:SPAN
value: float = driver.layout.zoom.horizontal.relative.span.get(layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)

Defines the width of the zoom area in relative values.

Parameters:
  • layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)

  • zoom – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zoom’)

Returns:

relative_span: 1E-15 to 100

set(relative_span: float, layout=Layout.Default, zoom=Zoom.Default) None[source]
# LAYout<*>:ZOOM<*>:HORizontal:RELative:SPAN
driver.layout.zoom.horizontal.relative.span.set(relative_span = 1.0, layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)

Defines the width of the zoom area in relative values.

Parameters:
  • relative_span – 1E-15 to 100

  • layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)

  • zoom – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zoom’)