display
¶
The display commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- DISPlay:PLOT:STATe {ON|OFF|1|0}
- DISPlay:PLOT:STATe?
Display
¶
Bases: SCPICmdRead
The DISPlay command tree.
Usage
- Using the
.query()method will send theDISPlay?query. - Using the
.verify(value)method will send theDISPlay?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.plot: TheDISPlay:PLOTcommand tree.
plot
property
¶
plot: DisplayPlot
Return the DISPlay:PLOT command tree.
Usage
- Using the
.query()method will send theDISPlay:PLOT?query. - Using the
.verify(value)method will send theDISPlay:PLOT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheDISPlay:PLOT:STATecommand.
DisplayPlot
¶
Bases: SCPICmdRead
The DISPlay:PLOT command tree.
Usage
- Using the
.query()method will send theDISPlay:PLOT?query. - Using the
.verify(value)method will send theDISPlay:PLOT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheDISPlay:PLOT:STATecommand.
state
property
¶
state: DisplayPlotState
Return the DISPlay:PLOT:STATe command.
Description
- This command minimizes or restores the plot’s display area on the Home screen’s channel window of the AWG. This command only minimizes or restores the display area; it does not close the window. Plots in the Function generator window are not affected.
Usage
- Using the
.query()method will send theDISPlay:PLOT:STATe?query. - Using the
.verify(value)method will send theDISPlay:PLOT:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:PLOT:STATe valuecommand.
SCPI Syntax
- DISPlay:PLOT:STATe {ON|OFF|1|0}
- DISPlay:PLOT:STATe?
Info
*RSTsets this to 1.
DisplayPlotState
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISPlay:PLOT:STATe command.
Description
- This command minimizes or restores the plot’s display area on the Home screen’s channel window of the AWG. This command only minimizes or restores the display area; it does not close the window. Plots in the Function generator window are not affected.
Usage
- Using the
.query()method will send theDISPlay:PLOT:STATe?query. - Using the
.verify(value)method will send theDISPlay:PLOT:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:PLOT:STATe valuecommand.
SCPI Syntax
- DISPlay:PLOT:STATe {ON|OFF|1|0}
- DISPlay:PLOT:STATe?
Info
*RSTsets this to 1.