Position
SCPI Command :
LAYout<*>:ZOOM<*>:VERTical:RELative:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, zoom=Zoom.Default) float[source]
# LAYout<*>:ZOOM<*>:VERTical:RELative:POSition value: float = driver.layout.zoom.vertical.relative.position.get(layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)
Defines the y-value of the centerpoint 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_center: 0 to 100
- set(relative_center: float, layout=Layout.Default, zoom=Zoom.Default) None[source]
# LAYout<*>:ZOOM<*>:VERTical:RELative:POSition driver.layout.zoom.vertical.relative.position.set(relative_center = 1.0, layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)
Defines the y-value of the centerpoint of the zoom area in relative values.
- Parameters:
relative_center – 0 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’)