display
¶
The display commands module.
These commands are used in the following models: MDO3
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- DISplay:CLOCk {ON|OFF|<NR1>}
- DISplay:CLOCk?
- DISplay:COLor:MODe {NORMal|INVERTed}
- DISplay:COLor:MODe?
- DISplay:CONFIGure:READOut {NORMal ! TRANSParent}
- DISplay:CONFIGure:READOut?
- DISplay:DIGital:ACTIVity {ON|OFF|1|0}
- DISplay:DIGital:ACTIVity?
- DISplay:DIGital:HEIght {SMAll|MEDium|LARge}
- DISplay:DIGital:HEIght?
- DISplay:GRAticule {CROSSHair|FRAme|FULl|GRId|SOLid}
- DISplay:GRAticule?
- DISplay:INTENSITy:BACKLight {LOW|MEDium|HIGH}
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble {ON|OFF|1|0}
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble?
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe <NR1>
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe?
- DISplay:INTENSITy:BACKLight?
- DISplay:INTENSITy:GRAticule <NR1>
- DISplay:INTENSITy:GRAticule?
- DISplay:INTENSITy:WAVEform <NR1>
- DISplay:INTENSITy:WAVEform?
- DISplay:INTENSITy?
- DISplay:PERSistence {<NR3>|CLEAR|AUTO|INFInite|OFF}
- DISplay:PERSistence?
- DISplay:STYle:DOTsonly {ON|OFF|<NR1>}
- DISplay:STYle:DOTsonly?
- DISplay:TRIGFrequency {ON|OFF|1|0}
- DISplay:TRIGFrequency?
- DISplay:XY {OFF|TRIGgered}
- DISplay:XY:WITHYT {ON|OFF|1|0}
- DISplay:XY:WITHYT?
- DISplay:XY?
- 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..color: TheDISplay:COLorcommand tree..configure: TheDISplay:CONFIGurecommand tree..digital: TheDISplay:DIGitalcommand tree..graticule: TheDISplay:GRAticulecommand..intensity: TheDISplay:INTENSITycommand..persistence: TheDISplay:PERSistencecommand..style: TheDISplay:STYlecommand tree..trigfrequency: TheDISplay:TRIGFrequencycommand..xy: TheDISplay:XYcommand.
clock
property
¶
clock: DisplayClock
Return the DISplay:CLOCk command.
Description
- This command specifies 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 {ON|OFF|<NR1>}
- DISplay:CLOCk?
Info
ONenables the display of date and time.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.
color
property
¶
color: DisplayColor
Return the DISplay:COLor command tree.
Usage
- Using the
.query()method will send theDISplay:COLor?query. - Using the
.verify(value)method will send theDISplay:COLor?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.mode: TheDISplay:COLor:MODecommand.
configure
property
¶
configure: DisplayConfigure
Return the DISplay:CONFIGure command tree.
Usage
- Using the
.query()method will send theDISplay:CONFIGure?query. - Using the
.verify(value)method will send theDISplay:CONFIGure?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.readout: TheDISplay:CONFIGure:READOutcommand.
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
.activity: TheDISplay:DIGital:ACTIVitycommand..height: TheDISplay:DIGital:HEIghtcommand.
graticule
property
¶
graticule: DisplayGraticule
Return the DISplay:GRAticule command.
Description
- This command specifies 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|SOLid}
- 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.SOLidspecifies a solid graticule.
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..graticule: TheDISplay:INTENSITy:GRAticulecommand..waveform: TheDISplay:INTENSITy:WAVEformcommand.
persistence
property
¶
persistence: DisplayPersistence
Return the DISplay:PERSistence command.
Description
- This command specifies the display persistence for analog waveforms. 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|INFInite|OFF}
- DISplay:PERSistence?
Info
<NR3>is a floating point number that 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.AUTOspecifies that the oscilloscope automatically determines the best waveform persistence based on the value of waveform intensity (DISPLAY:INTENSITY:WAVEFORM).OFFturns off DPO mode (0 seconds of persistence).
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.
trigfrequency
property
¶
trigfrequency: DisplayTrigfrequency
Return the DISplay:TRIGFrequency command.
Description
- This command switches the trigger frequency readout on or off.
Usage
- Using the
.query()method will send theDISplay:TRIGFrequency?query. - Using the
.verify(value)method will send theDISplay:TRIGFrequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:TRIGFrequency valuecommand.
SCPI Syntax
- DISplay:TRIGFrequency {ON|OFF|1|0}
- DISplay:TRIGFrequency?
xy
property
¶
xy: DisplayXy
Return the DISplay:XY command.
Description
- This command turns on or off the XY display mode.
Usage
- Using the
.query()method will send theDISplay:XY?query. - Using the
.verify(value)method will send theDISplay:XY?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:XY valuecommand.
SCPI Syntax
- DISplay:XY {OFF|TRIGgered}
- DISplay:XY?
Info
OFF- The channels are displayed individually as a function of time.TRIGgered- The channels are displayed in ‘X-Y’ pairs with CH1 being displayed as a function of CH2, and so on.
Sub-properties
.withyt: TheDISplay:XY:WITHYTcommand.
DisplayClock
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:CLOCk command.
Description
- This command specifies 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 {ON|OFF|<NR1>}
- DISplay:CLOCk?
Info
ONenables the display of date and time.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.
DisplayColor
¶
Bases: SCPICmdRead
The DISplay:COLor command tree.
Usage
- Using the
.query()method will send theDISplay:COLor?query. - Using the
.verify(value)method will send theDISplay:COLor?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.mode: TheDISplay:COLor:MODecommand.
mode
property
¶
mode: DisplayColorMode
Return the DISplay:COLor:MODe command.
Description
- This command sets or queries the color mode for the graticule and waveform display.
Usage
- Using the
.query()method will send theDISplay:COLor:MODe?query. - Using the
.verify(value)method will send theDISplay:COLor:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:COLor:MODe valuecommand.
SCPI Syntax
- DISplay:COLor:MODe {NORMal|INVERTed}
- DISplay:COLor:MODe?
Info
NORMalspecifies normal color mode.INVERTedspecifies inverted color mode.
DisplayColorMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:COLor:MODe command.
Description
- This command sets or queries the color mode for the graticule and waveform display.
Usage
- Using the
.query()method will send theDISplay:COLor:MODe?query. - Using the
.verify(value)method will send theDISplay:COLor:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:COLor:MODe valuecommand.
SCPI Syntax
- DISplay:COLor:MODe {NORMal|INVERTed}
- DISplay:COLor:MODe?
Info
NORMalspecifies normal color mode.INVERTedspecifies inverted color mode.
DisplayConfigure
¶
Bases: SCPICmdRead
The DISplay:CONFIGure command tree.
Usage
- Using the
.query()method will send theDISplay:CONFIGure?query. - Using the
.verify(value)method will send theDISplay:CONFIGure?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.readout: TheDISplay:CONFIGure:READOutcommand.
readout
property
¶
readout: DisplayConfigureReadout
Return the DISplay:CONFIGure:READOut command.
Description
- Configures or queries readout backgrounds. NORMal is used for standard opaque, and TRANSParent for transparent. This setting applies to all on-screen readouts on the waveform area, such as channel, measurements, cursor, math, or bus, etc.
Usage
- Using the
.query()method will send theDISplay:CONFIGure:READOut?query. - Using the
.verify(value)method will send theDISplay:CONFIGure:READOut?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:CONFIGure:READOut valuecommand.
SCPI Syntax
- DISplay:CONFIGure:READOut {NORMal ! TRANSParent}
- DISplay:CONFIGure:READOut?
Info
NORMalsets all readout backgrounds to the standard opaque background.TRANSParentsets all readout backgrounds to transparent mode.
DisplayConfigureReadout
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:CONFIGure:READOut command.
Description
- Configures or queries readout backgrounds. NORMal is used for standard opaque, and TRANSParent for transparent. This setting applies to all on-screen readouts on the waveform area, such as channel, measurements, cursor, math, or bus, etc.
Usage
- Using the
.query()method will send theDISplay:CONFIGure:READOut?query. - Using the
.verify(value)method will send theDISplay:CONFIGure:READOut?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:CONFIGure:READOut valuecommand.
SCPI Syntax
- DISplay:CONFIGure:READOut {NORMal ! TRANSParent}
- DISplay:CONFIGure:READOut?
Info
NORMalsets all readout backgrounds to the standard opaque background.TRANSParentsets all readout backgrounds to transparent mode.
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
.activity: TheDISplay:DIGital:ACTIVitycommand..height: TheDISplay:DIGital:HEIghtcommand.
activity
property
¶
activity: DisplayDigitalActivity
Return the DISplay:DIGital:ACTIVity command.
Description
- Sets or returns the state of the digital channel monitor display. When enabled, the
digital channel monitor is displayed when one or more of D0-D15 are turned on. The
data that is summarized in that display can be obtained by querying CURVE with the
DATA:SOURCEset to DIGital and one or more digital channels D0-D15 turned on. For more information, refer to the description of DIGital in the section entitled ‘Transferring a Waveform From an Oscilloscope to a Computer’.
Usage
- Using the
.query()method will send theDISplay:DIGital:ACTIVity?query. - Using the
.verify(value)method will send theDISplay:DIGital:ACTIVity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:DIGital:ACTIVity valuecommand.
SCPI Syntax
- DISplay:DIGital:ACTIVity {ON|OFF|1|0}
- DISplay:DIGital:ACTIVity?
Info
1or ON turns on the digital channel activity monitor display.0or OFF turns it off.
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.
DisplayDigitalActivity
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:DIGital:ACTIVity command.
Description
- Sets or returns the state of the digital channel monitor display. When enabled, the
digital channel monitor is displayed when one or more of D0-D15 are turned on. The data
that is summarized in that display can be obtained by querying CURVE with the
DATA:SOURCEset to DIGital and one or more digital channels D0-D15 turned on. For more information, refer to the description of DIGital in the section entitled ‘Transferring a Waveform From an Oscilloscope to a Computer’.
Usage
- Using the
.query()method will send theDISplay:DIGital:ACTIVity?query. - Using the
.verify(value)method will send theDISplay:DIGital:ACTIVity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:DIGital:ACTIVity valuecommand.
SCPI Syntax
- DISplay:DIGital:ACTIVity {ON|OFF|1|0}
- DISplay:DIGital:ACTIVity?
Info
1or ON turns on the digital channel activity monitor display.0or OFF turns it off.
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.
DisplayGraticule
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:GRAticule command.
Description
- This command specifies 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|SOLid}
- 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.SOLidspecifies a solid graticule.
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..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.
Sub-properties
.autodim: TheDISplay:INTENSITy:BACKLight:AUTODimcommand tree.
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.
Properties
.autodim: TheDISplay:INTENSITy:BACKLight:AUTODimcommand tree.
autodim
property
¶
autodim: DisplayIntensityBacklightAutodim
Return the DISplay:INTENSITy:BACKLight:AUTODim command tree.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.enable: TheDISplay:INTENSITy:BACKLight:AUTODim:ENAblecommand..time: TheDISplay:INTENSITy:BACKLight:AUTODim:TIMecommand.
DisplayIntensityBacklightAutodim
¶
Bases: SCPICmdRead
The DISplay:INTENSITy:BACKLight:AUTODim command tree.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheDISplay:INTENSITy:BACKLight:AUTODim:ENAblecommand..time: TheDISplay:INTENSITy:BACKLight:AUTODim:TIMecommand.
enable
property
¶
Return the DISplay:INTENSITy:BACKLight:AUTODim:ENAble command.
Description
- Sets or returns the state of the display auto-dim feature. The default is enabled.
Once the backlight has dimmed, any button push or knob turn returns the backlight
value to the value set by
DISPLAY:INTENSITY:BACKLIGHT.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble {ON|OFF|1|0}
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble?
Info
OFFor 0 turns off the display auto-dim feature.ONor 1 turns it on.
time
property
¶
Return the DISplay:INTENSITy:BACKLight:AUTODim:TIMe command.
Description
- Sets or queries the amount of time, in minutes, to wait for no user interface activity before automatically dimming the display. The time can range from a minimum of 10 minutes to a maximum of 1440 minutes (24 hours). The default is 10 minutes.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe <NR1>
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe?
Info
<NR1>is the amount of time, in minutes, to wait for no user interface activity before automatically dimming the display.
DisplayIntensityBacklightAutodimEnable
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:INTENSITy:BACKLight:AUTODim:ENAble command.
Description
- Sets or returns the state of the display auto-dim feature. The default is enabled. Once
the backlight has dimmed, any button push or knob turn returns the backlight value to the
value set by
DISPLAY:INTENSITY:BACKLIGHT.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:ENAble valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble {ON|OFF|1|0}
- DISplay:INTENSITy:BACKLight:AUTODim:ENAble?
Info
OFFor 0 turns off the display auto-dim feature.ONor 1 turns it on.
DisplayIntensityBacklightAutodimTime
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:INTENSITy:BACKLight:AUTODim:TIMe command.
Description
- Sets or queries the amount of time, in minutes, to wait for no user interface activity before automatically dimming the display. The time can range from a minimum of 10 minutes to a maximum of 1440 minutes (24 hours). The default is 10 minutes.
Usage
- Using the
.query()method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe?query. - Using the
.verify(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:INTENSITy:BACKLight:AUTODim:TIMe valuecommand.
SCPI Syntax
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe <NR1>
- DISplay:INTENSITy:BACKLight:AUTODim:TIMe?
Info
<NR1>is the amount of time, in minutes, to wait for no user interface activity before automatically dimming the display.
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
- This command specifies the display persistence for analog waveforms. 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|INFInite|OFF}
- DISplay:PERSistence?
Info
<NR3>is a floating point number that 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.AUTOspecifies that the oscilloscope automatically determines the best waveform persistence based on the value of waveform intensity (DISPLAY:INTENSITY:WAVEFORM).OFFturns off DPO mode (0 seconds of persistence).
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.
DisplayTrigfrequency
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:TRIGFrequency command.
Description
- This command switches the trigger frequency readout on or off.
Usage
- Using the
.query()method will send theDISplay:TRIGFrequency?query. - Using the
.verify(value)method will send theDISplay:TRIGFrequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:TRIGFrequency valuecommand.
SCPI Syntax
- DISplay:TRIGFrequency {ON|OFF|1|0}
- DISplay:TRIGFrequency?
DisplayXy
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:XY command.
Description
- This command turns on or off the XY display mode.
Usage
- Using the
.query()method will send theDISplay:XY?query. - Using the
.verify(value)method will send theDISplay:XY?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:XY valuecommand.
SCPI Syntax
- DISplay:XY {OFF|TRIGgered}
- DISplay:XY?
Info
OFF- The channels are displayed individually as a function of time.TRIGgered- The channels are displayed in ‘X-Y’ pairs with CH1 being displayed as a function of CH2, and so on.
Properties
.withyt: TheDISplay:XY:WITHYTcommand.
withyt
property
¶
withyt: DisplayXyWithyt
Return the DISplay:XY:WITHYT command.
Description
- Sets or returns the state of simultaneous display of the XY and YT waveforms when in
TRIGgered XY display mode. (To set the mode to TRIGgered XY display, first use the
command
:DISplay:XY TRIGgered.) When both the XY and YT waveforms are displayed, the YT waveform is displayed in the upper graticule, and the XY waveform is displayed in the lower graticule. For this platform, the default state is 0 (XY display only).
Usage
- Using the
.query()method will send theDISplay:XY:WITHYT?query. - Using the
.verify(value)method will send theDISplay:XY:WITHYT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:XY:WITHYT valuecommand.
SCPI Syntax
- DISplay:XY:WITHYT {ON|OFF|1|0}
- DISplay:XY:WITHYT?
Info
1or ON turns on simultaneous display of the XY and YT waveforms when in TRIGgered XY display mode.0or OFF turns simultaneous display off.
DisplayXyWithyt
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISplay:XY:WITHYT command.
Description
- Sets or returns the state of simultaneous display of the XY and YT waveforms when in
TRIGgered XY display mode. (To set the mode to TRIGgered XY display, first use the command
:DISplay:XY TRIGgered.) When both the XY and YT waveforms are displayed, the YT waveform is displayed in the upper graticule, and the XY waveform is displayed in the lower graticule. For this platform, the default state is 0 (XY display only).
Usage
- Using the
.query()method will send theDISplay:XY:WITHYT?query. - Using the
.verify(value)method will send theDISplay:XY:WITHYT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISplay:XY:WITHYT valuecommand.
SCPI Syntax
- DISplay:XY:WITHYT {ON|OFF|1|0}
- DISplay:XY:WITHYT?
Info
1or ON turns on simultaneous display of the XY and YT waveforms when in TRIGgered XY display mode.0or OFF turns simultaneous display off.