display
¶
The display 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
- DISplay:CLOCk {DATEOnly|TIMEOnly|DATETIME|NONe|ON|OFF|<NR1>}
- DISplay:CLOCk?
- DISplay:DIGital:HEIght {SMAll|MEDium|LARge}
- DISplay:DIGital:HEIght?
- DISplay:FORMat {YT|XY}
- DISplay:FORMat?
- DISplay:GLITch {ON|OFF|<NR1>}
- DISplay:GLITch?
- DISplay:GRAticule {CROSSHair|FRAme|FULl|GRId}
- DISplay:GRAticule?
- DISplay:INTENSITy:BACKLight {LOW|MEDium|HIGH}
- DISplay:INTENSITy:BACKLight?
- DISplay:INTENSITy:GLITch {<NR1>}
- DISplay:INTENSITy:GRAticule <NR1>
- DISplay:INTENSITy:GRAticule?
- DISplay:INTENSITy:WAVEform <NR1>
- DISplay:INTENSITy:WAVEform?
- DISplay:INTENSITy?
- DISplay:PERSistence {<NR3>|CLEAR|AUTO|MINImum|INFInite}
- DISplay:PERSistence?
- DISplay:STYle:DOTsonly {ON|OFF|<NR1>}
- DISplay:STYle:DOTsonly?
- DISplay?
Display
¶
Bases: SCPICmdRead
The DISplay command.
Description
- This query-only command returns the current Display settings.
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.
SCPI Syntax
- DISplay?
Properties
.clock: TheDISplay:CLOCkcommand..digital: TheDISplay:DIGitalcommand tree..format: TheDISplay:FORMatcommand..glitch: TheDISplay:GLITchcommand..graticule: TheDISplay:GRAticulecommand..intensity: TheDISplay:INTENSITycommand..persistence: TheDISplay:PERSistencecommand..style: TheDISplay:STYlecommand tree.
clock
property
¶
clock: DisplayClock
Return the DISplay:CLOCk command.
Description
- Sets or returns whether the oscilloscope displays the date and time. The query form of this command returns an ON (1) or an OFF (0).
Usage
- Using the
.query()method will send theDISplay:CLOCk?query. - Using the
.verify(value)method will send theDISplay:CLOCk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:CLOCk valuecommand.
SCPI Syntax
- DISplay:CLOCk {DATEOnly|TIMEOnly|DATETIME|NONe|ON|OFF|<NR1>}
- DISplay:CLOCk?
Info
DATEOnlyenables the display of date.TIMEOnlyenables the display of time.DATETIME or ONenables the display of both date and time.NONe or OFFdisables the display of date and time.<NR1>= 0 disables the display of date and time; any other value enables the display of date and time.
digital
property
¶
digital: DisplayDigital
Return the DISplay:DIGital command tree.
Usage
- Using the
.query()method will send theDISplay:DIGital?query. - Using the
.verify(value)method will send theDISplay:DIGital?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.height: TheDISplay:DIGital:HEIghtcommand.
format
property
¶
format: DisplayFormat
Return the DISplay:FORMat command.
Description
- Sets or returns the display format.
Usage
- Using the
.query()method will send theDISplay:FORMat?query. - Using the
.verify(value)method will send theDISplay:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:FORMat valuecommand.
SCPI Syntax
- DISplay:FORMat {YT|XY}
- DISplay:FORMat?
Info
YTsets the display to a voltage versus time format and is the default mode.XYargument displays one waveform against another. Selecting one source causes its corresponding source to be implicitly selected, producing a single trace from the two input waveforms.
glitch
property
¶
glitch: DisplayGlitch
Return the DISplay:GLITch command.
Description
- Controls the display of the glitch capture background of the waveform. Set the
intensity with
DISPLAY:INTENSITY:GLITCH.
Usage
- Using the
.query()method will send theDISplay:GLITch?query. - Using the
.verify(value)method will send theDISplay:GLITch?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:GLITch valuecommand.
SCPI Syntax
- DISplay:GLITch {ON|OFF|<NR1>}
- DISplay:GLITch?
Info
ONor≠ 0 turns on the glitch capture waveform display. OFFor= 0 turns off the glitch capture waveform display.
graticule
property
¶
graticule: DisplayGraticule
Return the DISplay:GRAticule command.
Description
- Selects or queries the type of graticule the oscilloscope displays.
Usage
- Using the
.query()method will send theDISplay:GRAticule?query. - Using the
.verify(value)method will send theDISplay:GRAticule?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:GRAticule valuecommand.
SCPI Syntax
- DISplay:GRAticule {CROSSHair|FRAme|FULl|GRId}
- DISplay:GRAticule?
Info
CROSSHairspecifies a frame and cross hairs.FRAmespecifies a frame only.FULlspecifies a frame, a grid and cross hairs.GRIdspecifies a frame and grid only.
intensity
property
¶
intensity: DisplayIntensity
Return the DISplay:INTENSITy command.
Description
- This query-only command returns the waveform saturation level and screen saver settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy?query. - Using the
.verify(value)method will send theDISplay:INTENSITy?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DISplay:INTENSITy?
Sub-properties
.backlight: TheDISplay:INTENSITy:BACKLightcommand..glitch: TheDISplay:INTENSITy:GLITchcommand..graticule: TheDISplay:INTENSITy:GRAticulecommand..waveform: TheDISplay:INTENSITy:WAVEformcommand.
persistence
property
¶
persistence: DisplayPersistence
Return the DISplay:PERSistence command.
Description
- Sets or returns the display persistence. This affects the display only.
Usage
- Using the
.query()method will send theDISplay:PERSistence?query. - Using the
.verify(value)method will send theDISplay:PERSistence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:PERSistence valuecommand.
SCPI Syntax
- DISplay:PERSistence {<NR3>|CLEAR|AUTO|MINImum|INFInite}
- DISplay:PERSistence?
Info
<NR3>specifies the time of the persistence.CLEARresets the persist time count down and clears the display of acquired points.INFInitedisplays waveform points until a control change resets the acquisition system. When persistence is set to infinite, it does not mean that the brightness of any pixel should never decrease. The brightness of a pixel is proportionally dependent on the ratio between its intensity, which does NOT decrease at infinite persistence, and the maximum value of intensity of any pixel on the screen. Thus, if a particular pixel gets hit less often than others, its brightness will decrease over time. It will become less bright relative to the pixels that get hit often.AUTOspecifies that the oscilloscope automatically determines the best waveform persistence based on the value of waveform intensity (DISPLAY:INTEnsITY:WAVEFORM).MINImumspecifies that the waveform persistence is set to the minimum value of 0.0E0.
style
property
¶
style: DisplayStyle
Return the DISplay:STYle command tree.
Usage
- Using the
.query()method will send theDISplay:STYle?query. - Using the
.verify(value)method will send theDISplay:STYle?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.dotsonly: TheDISplay:STYle:DOTsonlycommand.
DisplayClock
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:CLOCk command.
Description
- Sets or returns whether the oscilloscope displays the date and time. The query form of this command returns an ON (1) or an OFF (0).
Usage
- Using the
.query()method will send theDISplay:CLOCk?query. - Using the
.verify(value)method will send theDISplay:CLOCk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:CLOCk valuecommand.
SCPI Syntax
- DISplay:CLOCk {DATEOnly|TIMEOnly|DATETIME|NONe|ON|OFF|<NR1>}
- DISplay:CLOCk?
Info
DATEOnlyenables the display of date.TIMEOnlyenables the display of time.DATETIME or ONenables the display of both date and time.NONe or OFFdisables the display of date and time.<NR1>= 0 disables the display of date and time; any other value enables the display of date and time.
DisplayDigital
¶
Bases: SCPICmdRead
The DISplay:DIGital command tree.
Usage
- Using the
.query()method will send theDISplay:DIGital?query. - Using the
.verify(value)method will send theDISplay:DIGital?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.height: TheDISplay:DIGital:HEIghtcommand.
height
property
¶
height: DisplayDigitalHeight
Return the DISplay:DIGital:HEIght command.
Description
- This command specifies the number of available digital waveform position slots.
Usage
- Using the
.query()method will send theDISplay:DIGital:HEIght?query. - Using the
.verify(value)method will send theDISplay:DIGital:HEIght?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:DIGital:HEIght valuecommand.
SCPI Syntax
- DISplay:DIGital:HEIght {SMAll|MEDium|LARge}
- DISplay:DIGital:HEIght?
Info
SMAllsets the height to display 4 digital waveforms per division.MEDiumsets the height to display 2 digital waveforms per division.LARgesets the height to display 1 digital waveform per division.
DisplayDigitalHeight
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:DIGital:HEIght command.
Description
- This command specifies the number of available digital waveform position slots.
Usage
- Using the
.query()method will send theDISplay:DIGital:HEIght?query. - Using the
.verify(value)method will send theDISplay:DIGital:HEIght?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:DIGital:HEIght valuecommand.
SCPI Syntax
- DISplay:DIGital:HEIght {SMAll|MEDium|LARge}
- DISplay:DIGital:HEIght?
Info
SMAllsets the height to display 4 digital waveforms per division.MEDiumsets the height to display 2 digital waveforms per division.LARgesets the height to display 1 digital waveform per division.
DisplayFormat
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:FORMat command.
Description
- Sets or returns the display format.
Usage
- Using the
.query()method will send theDISplay:FORMat?query. - Using the
.verify(value)method will send theDISplay:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:FORMat valuecommand.
SCPI Syntax
- DISplay:FORMat {YT|XY}
- DISplay:FORMat?
Info
YTsets the display to a voltage versus time format and is the default mode.XYargument displays one waveform against another. Selecting one source causes its corresponding source to be implicitly selected, producing a single trace from the two input waveforms.
DisplayGlitch
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:GLITch command.
Description
- Controls the display of the glitch capture background of the waveform. Set the intensity
with
DISPLAY:INTENSITY:GLITCH.
Usage
- Using the
.query()method will send theDISplay:GLITch?query. - Using the
.verify(value)method will send theDISplay:GLITch?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:GLITch valuecommand.
SCPI Syntax
- DISplay:GLITch {ON|OFF|<NR1>}
- DISplay:GLITch?
Info
ONor≠ 0 turns on the glitch capture waveform display. OFFor= 0 turns off the glitch capture waveform display.
DisplayGraticule
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:GRAticule command.
Description
- Selects or queries the type of graticule the oscilloscope displays.
Usage
- Using the
.query()method will send theDISplay:GRAticule?query. - Using the
.verify(value)method will send theDISplay:GRAticule?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:GRAticule valuecommand.
SCPI Syntax
- DISplay:GRAticule {CROSSHair|FRAme|FULl|GRId}
- DISplay:GRAticule?
Info
CROSSHairspecifies a frame and cross hairs.FRAmespecifies a frame only.FULlspecifies a frame, a grid and cross hairs.GRIdspecifies a frame and grid only.
DisplayIntensity
¶
Bases: SCPICmdRead
The DISplay:INTENSITy command.
Description
- This query-only command returns the waveform saturation level and screen saver settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy?query. - Using the
.verify(value)method will send theDISplay:INTENSITy?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- DISplay:INTENSITy?
Properties
.backlight: TheDISplay:INTENSITy:BACKLightcommand..glitch: TheDISplay:INTENSITy:GLITchcommand..graticule: TheDISplay:INTENSITy:GRAticulecommand..waveform: TheDISplay:INTENSITy:WAVEformcommand.
backlight
property
¶
backlight: DisplayIntensityBacklight
Return the DISplay:INTENSITy:BACKLight command.
Description
- This command sets or queries the display backlight intensity setting.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight {LOW|MEDium|HIGH}
- DISplay:INTENSITy:BACKLight?
Info
LOWselects a low brightness level.MEDiumselects a moderate brightness level.HIGHselects a full brightness level.
glitch
property
¶
glitch: DisplayIntensityGlitch
Return the DISplay:INTENSITy:GLITch command.
Description
- Sets the intensity of the glitch capture background of the waveform display. The
intensity can be set from 5 to 100% in increments of 5%. The intensity of the glitch
capture background can only be adjusted when the glitch capture background is
displayed and FilterVu filtering is in use. Otherwise, the intensity is fixed. Use
DISPLAY:GLITCHto turn the glitch capture background ON and OFF. UseFILTERVU:FREQUENCYto enable filtering. Filtering is enabled if the frequency chosen is different than the oscilloscope’s full bandwidth.
Usage
- Using the
.write(value)method will send theDISplay:INTENSITy:GLITch valuecommand.
SCPI Syntax
- DISplay:INTENSITy:GLITch {<NR1>}
Info
<NR1>is the glitch intensity and ranges from 5 to 100 percent.
graticule
property
¶
graticule: DisplayIntensityGraticule
Return the DISplay:INTENSITy:GRAticule command.
Description
- Sets and returns the display graticule intensity settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:GRAticule?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:GRAticule?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:GRAticule valuecommand.
SCPI Syntax
- DISplay:INTENSITy:GRAticule <NR1>
- DISplay:INTENSITy:GRAticule?
Info
<NR1>is the graticule intensity and ranges from 0 to 100 percent.
waveform
property
¶
waveform: DisplayIntensityWaveform
Return the DISplay:INTENSITy:WAVEform command.
Description
- Sets and returns the display waveform intensity settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:WAVEform?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:WAVEform?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:WAVEform valuecommand.
SCPI Syntax
- DISplay:INTENSITy:WAVEform <NR1>
- DISplay:INTENSITy:WAVEform?
Info
<NR1>is the waveform intensity and ranges from 1 to 100 percent.
DisplayIntensityBacklight
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:INTENSITy:BACKLight command.
Description
- This command sets or queries the display backlight intensity setting.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight {LOW|MEDium|HIGH}
- DISplay:INTENSITy:BACKLight?
Info
LOWselects a low brightness level.MEDiumselects a moderate brightness level.HIGHselects a full brightness level.
DisplayIntensityGlitch
¶
Bases: SCPICmdWrite
The DISplay:INTENSITy:GLITch command.
Description
- Sets the intensity of the glitch capture background of the waveform display. The intensity
can be set from 5 to 100% in increments of 5%. The intensity of the glitch capture
background can only be adjusted when the glitch capture background is displayed and
FilterVu filtering is in use. Otherwise, the intensity is fixed. Use
DISPLAY:GLITCHto turn the glitch capture background ON and OFF. UseFILTERVU:FREQUENCYto enable filtering. Filtering is enabled if the frequency chosen is different than the oscilloscope’s full bandwidth.
Usage
- Using the
.write(value)method will send theDISplay:INTENSITy:GLITch valuecommand.
SCPI Syntax
- DISplay:INTENSITy:GLITch {<NR1>}
Info
<NR1>is the glitch intensity and ranges from 5 to 100 percent.
DisplayIntensityGraticule
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:INTENSITy:GRAticule command.
Description
- Sets and returns the display graticule intensity settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:GRAticule?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:GRAticule?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:GRAticule valuecommand.
SCPI Syntax
- DISplay:INTENSITy:GRAticule <NR1>
- DISplay:INTENSITy:GRAticule?
Info
<NR1>is the graticule intensity and ranges from 0 to 100 percent.
DisplayIntensityWaveform
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:INTENSITy:WAVEform command.
Description
- Sets and returns the display waveform intensity settings.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:WAVEform?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:WAVEform?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:WAVEform valuecommand.
SCPI Syntax
- DISplay:INTENSITy:WAVEform <NR1>
- DISplay:INTENSITy:WAVEform?
Info
<NR1>is the waveform intensity and ranges from 1 to 100 percent.
DisplayPersistence
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:PERSistence command.
Description
- Sets or returns the display persistence. This affects the display only.
Usage
- Using the
.query()method will send theDISplay:PERSistence?query. - Using the
.verify(value)method will send theDISplay:PERSistence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:PERSistence valuecommand.
SCPI Syntax
- DISplay:PERSistence {<NR3>|CLEAR|AUTO|MINImum|INFInite}
- DISplay:PERSistence?
Info
<NR3>specifies the time of the persistence.CLEARresets the persist time count down and clears the display of acquired points.INFInitedisplays waveform points until a control change resets the acquisition system. When persistence is set to infinite, it does not mean that the brightness of any pixel should never decrease. The brightness of a pixel is proportionally dependent on the ratio between its intensity, which does NOT decrease at infinite persistence, and the maximum value of intensity of any pixel on the screen. Thus, if a particular pixel gets hit less often than others, its brightness will decrease over time. It will become less bright relative to the pixels that get hit often.AUTOspecifies that the oscilloscope automatically determines the best waveform persistence based on the value of waveform intensity (DISPLAY:INTEnsITY:WAVEFORM).MINImumspecifies that the waveform persistence is set to the minimum value of 0.0E0.
DisplayStyle
¶
Bases: SCPICmdRead
The DISplay:STYle command tree.
Usage
- Using the
.query()method will send theDISplay:STYle?query. - Using the
.verify(value)method will send theDISplay:STYle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.dotsonly: TheDISplay:STYle:DOTsonlycommand.
dotsonly
property
¶
dotsonly: DisplayStyleDotsonly
Return the DISplay:STYle:DOTsonly command.
Description
- This command turns on or off the dots-only mode for the waveforms displayed in the time domain.
Usage
- Using the
.query()method will send theDISplay:STYle:DOTsonly?query. - Using the
.verify(value)method will send theDISplay:STYle:DOTsonly?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:STYle:DOTsonly valuecommand.
SCPI Syntax
- DISplay:STYle:DOTsonly {ON|OFF|<NR1>}
- DISplay:STYle:DOTsonly?
Info
ONor≠ 0 turns on the dots-only display. OFFor= 0 turns off the dots-only display.
DisplayStyleDotsonly
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:STYle:DOTsonly command.
Description
- This command turns on or off the dots-only mode for the waveforms displayed in the time domain.
Usage
- Using the
.query()method will send theDISplay:STYle:DOTsonly?query. - Using the
.verify(value)method will send theDISplay:STYle:DOTsonly?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:STYle:DOTsonly valuecommand.
SCPI Syntax
- DISplay:STYle:DOTsonly {ON|OFF|<NR1>}
- DISplay:STYle:DOTsonly?
Info
ONor≠ 0 turns on the dots-only display. OFFor= 0 turns off the dots-only display.