Source

SCPI Command :

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

Indicates which of the waveform diagrams is selected for zooming. The number is displayed on the screen in the middle of each diagram.

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’)

set(source: float, layout=Layout.Default, zoom=Zoom.Default) None[source]
# LAYout<*>:ZOOM<*>:SOURce
driver.layout.zoom.source.set(source = 1.0, layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)

Indicates which of the waveform diagrams is selected for zooming. The number is displayed on the screen in the middle of each diagram.

Parameters:
  • source – Index of the diagram that is zoomed.

  • 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’)