zoom
¶
The zoom commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- ZOOm:MODe {ON|OFF|<NR1>}
- ZOOm:STATE {ON|OFF|<NR1>}
- ZOOm:ZOOM1:FACtor?
- ZOOm:ZOOM1:HORizontal:POSition <NR3>
- ZOOm:ZOOM1:HORizontal:POSition?
- ZOOm:ZOOM1:HORizontal:SCAle <NR3>
- ZOOm:ZOOM1:HORizontal:SCAle?
- ZOOm:ZOOM1:POSition <NR3>
- ZOOm:ZOOM1:POSition?
- ZOOm:ZOOM1:SCAle <NR3>
- ZOOm:ZOOM1:SCAle?
- ZOOm:ZOOM1:STATE {ON|OFF|<NR1>}
- ZOOm:ZOOM1:STATE?
- ZOOm:ZOOM1?
- ZOOm?
Zoom
¶
Bases: SCPICmdRead
The ZOOm command.
Description
- Returns the current vertical and horizontal positioning and scaling of the display.
Usage
- Using the
.query()method will send theZOOm?query. - Using the
.verify(value)method will send theZOOm?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ZOOm?
Properties
.zoom1: TheZOOm:ZOOM1command..mode: TheZOOm:MODecommand..state: TheZOOm:STATEcommand.
mode
property
¶
mode: ZoomMode
Return the ZOOm:MODe command.
Description
- Turns Zoom mode on or off. The Zoom query returns the current state of Zoom mode. This command is equivalent to pressing the zoom button located on the front panel.
Usage
- Using the
.write(value)method will send theZOOm:MODe valuecommand.
SCPI Syntax
- ZOOm:MODe {ON|OFF|<NR1>}
Info
ONturns on Zoom mode.OFFturns off Zoom mode.<NR1>is an integer. 0 turns off Zoom mode; any other value turns on Zoom mode.
state
property
¶
state: ZoomState
Return the ZOOm:STATE command.
Description
- Turns Zoom mode on or off. The Zoom query returns the current state of Zoom mode. This command is equivalent to pressing the zoom button located on the front panel.
Usage
- Using the
.write(value)method will send theZOOm:STATE valuecommand.
SCPI Syntax
- ZOOm:STATE {ON|OFF|<NR1>}
Info
ONturns on Zoom mode.OFFturns off Zoom mode.<NR1>is an integer. 0 turns off Zoom mode; any other value turns on Zoom mode.
zoom1
property
¶
zoom1: ZoomZoom1
Return the ZOOm:ZOOM1 command.
Description
- Returns the current horizontal positioning and scaling of the display.
Usage
- Using the
.query()method will send theZOOm:ZOOM1?query. - Using the
.verify(value)method will send theZOOm:ZOOM1?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ZOOm:ZOOM1?
Sub-properties
.factor: TheZOOm:ZOOM1:FACtorcommand..horizontal: TheZOOm:ZOOM1:HORizontalcommand tree..position: TheZOOm:ZOOM1:POSitioncommand..scale: TheZOOm:ZOOM1:SCAlecommand..state: TheZOOm:ZOOM1:STATEcommand.
ZoomMode
¶
Bases: SCPICmdWrite
The ZOOm:MODe command.
Description
- Turns Zoom mode on or off. The Zoom query returns the current state of Zoom mode. This command is equivalent to pressing the zoom button located on the front panel.
Usage
- Using the
.write(value)method will send theZOOm:MODe valuecommand.
SCPI Syntax
- ZOOm:MODe {ON|OFF|<NR1>}
Info
ONturns on Zoom mode.OFFturns off Zoom mode.<NR1>is an integer. 0 turns off Zoom mode; any other value turns on Zoom mode.
ZoomState
¶
Bases: SCPICmdWrite
The ZOOm:STATE command.
Description
- Turns Zoom mode on or off. The Zoom query returns the current state of Zoom mode. This command is equivalent to pressing the zoom button located on the front panel.
Usage
- Using the
.write(value)method will send theZOOm:STATE valuecommand.
SCPI Syntax
- ZOOm:STATE {ON|OFF|<NR1>}
Info
ONturns on Zoom mode.OFFturns off Zoom mode.<NR1>is an integer. 0 turns off Zoom mode; any other value turns on Zoom mode.
ZoomZoom1
¶
Bases: SCPICmdRead
The ZOOm:ZOOM1 command.
Description
- Returns the current horizontal positioning and scaling of the display.
Usage
- Using the
.query()method will send theZOOm:ZOOM1?query. - Using the
.verify(value)method will send theZOOm:ZOOM1?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ZOOm:ZOOM1?
Properties
.factor: TheZOOm:ZOOM1:FACtorcommand..horizontal: TheZOOm:ZOOM1:HORizontalcommand tree..position: TheZOOm:ZOOM1:POSitioncommand..scale: TheZOOm:ZOOM1:SCAlecommand..state: TheZOOm:ZOOM1:STATEcommand.
factor
property
¶
factor: ZoomZoom1Factor
Return the ZOOm:ZOOM1:FACtor command.
Description
- Returns the zoom factor of a particular zoom box.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:FACtor?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:FACtor?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ZOOm:ZOOM1:FACtor?
horizontal
property
¶
horizontal: ZoomZoom1Horizontal
Return the ZOOm:ZOOM1:HORizontal command tree.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.position: TheZOOm:ZOOM1:HORizontal:POSitioncommand..scale: TheZOOm:ZOOM1:HORizontal:SCAlecommand.
position
property
¶
position: ZoomZoom1Position
Return the ZOOm:ZOOM1:POSition command.
Description
- Sets or returns the horizontal position for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:POSition?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:POSition valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:POSition <NR3>
- ZOOm:ZOOM1:POSition?
Info
<NR3>is a value from 0 to 100.00 and is the percent of the upper window that is to the left of screen center, when the zoom factor is 1× or greater.
scale
property
¶
scale: ZoomZoom1Scale
Return the ZOOm:ZOOM1:SCAle command.
Description
- Sets or returns the zoom horizontal scale for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:SCAle?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:SCAle valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:SCAle <NR3>
- ZOOm:ZOOM1:SCAle?
Info
<NR3>is the amount of expansion in the horizontal direction and ranges from 1.0E-3 to 5.0.
state
property
¶
state: ZoomZoom1State
Return the ZOOm:ZOOM1:STATE command.
Description
- Sets or returns the specified zoom on or off, where x is the integer 1 representing the single zoom window.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:STATE?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:STATE valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:STATE {ON|OFF|<NR1>}
- ZOOm:ZOOM1:STATE?
Info
ONturns Zoom 1 on.OFFturns Zoom 1 off.<NR1>= 0 disables the specified zoom; any other value enables the specified zoom.
ZoomZoom1Factor
¶
Bases: SCPICmdRead
The ZOOm:ZOOM1:FACtor command.
Description
- Returns the zoom factor of a particular zoom box.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:FACtor?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:FACtor?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- ZOOm:ZOOM1:FACtor?
ZoomZoom1Horizontal
¶
Bases: SCPICmdRead
The ZOOm:ZOOM1:HORizontal command tree.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.position: TheZOOm:ZOOM1:HORizontal:POSitioncommand..scale: TheZOOm:ZOOM1:HORizontal:SCAlecommand.
position
property
¶
position: ZoomZoom1HorizontalPosition
Return the ZOOm:ZOOM1:HORizontal:POSition command.
Description
- Sets or returns the horizontal position for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal:POSition?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:HORizontal:POSition valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:HORizontal:POSition <NR3>
- ZOOm:ZOOM1:HORizontal:POSition?
Info
<NR3>is a value from 0 to 100.00 and is the percent of the upper window that is to the left of screen center, when the zoom factor is 1× or greater.
scale
property
¶
scale: ZoomZoom1HorizontalScale
Return the ZOOm:ZOOM1:HORizontal:SCAle command.
Description
- Sets or returns the zoom horizontal scale for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal:SCAle?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:HORizontal:SCAle valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:HORizontal:SCAle <NR3>
- ZOOm:ZOOM1:HORizontal:SCAle?
Info
<NR3>is the amount of expansion in the horizontal direction and ranges from 1.0E-3 to 5.0.
ZoomZoom1HorizontalPosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The ZOOm:ZOOM1:HORizontal:POSition command.
Description
- Sets or returns the horizontal position for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal:POSition?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:HORizontal:POSition valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:HORizontal:POSition <NR3>
- ZOOm:ZOOM1:HORizontal:POSition?
Info
<NR3>is a value from 0 to 100.00 and is the percent of the upper window that is to the left of screen center, when the zoom factor is 1× or greater.
ZoomZoom1HorizontalScale
¶
Bases: SCPICmdWrite, SCPICmdRead
The ZOOm:ZOOM1:HORizontal:SCAle command.
Description
- Sets or returns the zoom horizontal scale for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:HORizontal:SCAle?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:HORizontal:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:HORizontal:SCAle valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:HORizontal:SCAle <NR3>
- ZOOm:ZOOM1:HORizontal:SCAle?
Info
<NR3>is the amount of expansion in the horizontal direction and ranges from 1.0E-3 to 5.0.
ZoomZoom1Position
¶
Bases: SCPICmdWrite, SCPICmdRead
The ZOOm:ZOOM1:POSition command.
Description
- Sets or returns the horizontal position for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:POSition?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:POSition valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:POSition <NR3>
- ZOOm:ZOOM1:POSition?
Info
<NR3>is a value from 0 to 100.00 and is the percent of the upper window that is to the left of screen center, when the zoom factor is 1× or greater.
ZoomZoom1Scale
¶
Bases: SCPICmdWrite, SCPICmdRead
The ZOOm:ZOOM1:SCAle command.
Description
- Sets or returns the zoom horizontal scale for the specified zoom.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:SCAle?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:SCAle valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:SCAle <NR3>
- ZOOm:ZOOM1:SCAle?
Info
<NR3>is the amount of expansion in the horizontal direction and ranges from 1.0E-3 to 5.0.
ZoomZoom1State
¶
Bases: SCPICmdWrite, SCPICmdRead
The ZOOm:ZOOM1:STATE command.
Description
- Sets or returns the specified zoom on or off, where x is the integer 1 representing the single zoom window.
Usage
- Using the
.query()method will send theZOOm:ZOOM1:STATE?query. - Using the
.verify(value)method will send theZOOm:ZOOM1:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theZOOm:ZOOM1:STATE valuecommand.
SCPI Syntax
- ZOOm:ZOOM1:STATE {ON|OFF|<NR1>}
- ZOOm:ZOOM1:STATE?
Info
ONturns Zoom 1 on.OFFturns Zoom 1 off.<NR1>= 0 disables the specified zoom; any other value enables the specified zoom.