Count
SCPI Command :
LAYout<*>:ZOOM<*>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, zoom=Zoom.Default) int[source]
# LAYout<*>:ZOOM<*>:COUNt value: int = driver.layout.zoom.count.get(layout = repcap.Layout.Default, zoom = repcap.Zoom.Default)
Returns the max number of available zooms.
- 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’)