Area
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:ZOOM:AREA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class AreaStruct[source]
Response structure. Fields:
1 Arg_0: float: No parameter help available
2 Arg_1: float: No parameter help available
3 Arg_2: float: No parameter help available
4 Arg_3: float: No parameter help available
- get(window=Window.Default, subWindow=SubWindow.Default) AreaStruct[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:ZOOM:AREA value: AreaStruct = driver.applications.k9X11Ad.display.window.subwindow.zoom.area.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Defines the zoom area. To define a zoom area, you first have to turn the zoom on.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- Returns:
structure: for return value, see the help for AreaStruct structure arguments.
- set(arg_0: float, arg_1: float, arg_2: float, arg_3: float, window=Window.Default, subWindow=SubWindow.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:ZOOM:AREA driver.applications.k9X11Ad.display.window.subwindow.zoom.area.set(arg_0 = 1.0, arg_1 = 1.0, arg_2 = 1.0, arg_3 = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default)
Defines the zoom area. To define a zoom area, you first have to turn the zoom on.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)