display
¶
The display commands module.
These commands are used in the following models: AFG3K, AFG3KB, AFG3KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- DISPlay:BRIGHtness {|MINimum|MAXimum}
- DISPlay:BRIGHtness?[MINimum|MAXimum]
- DISPlay:CONTrast {<contrast>|MINimum|MAXimum}
- DISPlay:CONTrast?
- DISPlay:SAVer:IMMediate
- DISPlay:SAVer:STATe {ON|OFF|<NR1>}
- DISPlay:SAVer:STATe?
- DISPlay:WINDow:TEXT:CLEar
- DISPlay:WINDow:TEXT:DATA <string>
- DISPlay:WINDow:TEXT:DATA?
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
.brightness: TheDISPlay:BRIGHtnesscommand..contrast: TheDISPlay:CONTrastcommand..saver: TheDISPlay:SAVercommand tree..window: TheDISPlay:WINDowcommand tree.
brightness
property
¶
brightness: DisplayBrightness
Return the DISPlay:BRIGHtness command.
Description
- This command sets or queries the brightness of the LCD display.
Usage
- Using the
.query(argument)method will send theDISPlay:BRIGHtness? argumentquery. - Using the
.verify(argument, value)method will send theDISPlay:BRIGHtness? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:BRIGHtness valuecommand.
SCPI Syntax
- DISPlay:BRIGHtness {|MINimum|MAXimum}
- DISPlay:BRIGHtness?[MINimum|MAXimum]
contrast
property
¶
contrast: DisplayContrast
Return the DISPlay:CONTrast command.
Description
- This command sets or queries the contrast of the LCD display.
Usage
- Using the
.query()method will send theDISPlay:CONTrast?query. - Using the
.verify(value)method will send theDISPlay:CONTrast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:CONTrast valuecommand.
SCPI Syntax
- DISPlay:CONTrast {<contrast>|MINimum|MAXimum}
- DISPlay:CONTrast?
saver
property
¶
saver: DisplaySaver
Return the DISPlay:SAVer command tree.
Usage
- Using the
.query()method will send theDISPlay:SAVer?query. - Using the
.verify(value)method will send theDISPlay:SAVer?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.immediate: TheDISPlay:SAVer:IMMediatecommand..state: TheDISPlay:SAVer:STATecommand.
window
property
¶
window: DisplayWindow
Return the DISPlay:WINDow command tree.
Usage
- Using the
.query()method will send theDISPlay:WINDow?query. - Using the
.verify(value)method will send theDISPlay:WINDow?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.text: TheDISPlay:WINDow:TEXTcommand tree.
DisplayBrightness
¶
Bases: SCPICmdWrite, SCPICmdReadWithArguments
The DISPlay:BRIGHtness command.
Description
- This command sets or queries the brightness of the LCD display.
Usage
- Using the
.query(argument)method will send theDISPlay:BRIGHtness? argumentquery. - Using the
.verify(argument, value)method will send theDISPlay:BRIGHtness? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:BRIGHtness valuecommand.
SCPI Syntax
- DISPlay:BRIGHtness {|MINimum|MAXimum}
- DISPlay:BRIGHtness?[MINimum|MAXimum]
DisplayContrast
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISPlay:CONTrast command.
Description
- This command sets or queries the contrast of the LCD display.
Usage
- Using the
.query()method will send theDISPlay:CONTrast?query. - Using the
.verify(value)method will send theDISPlay:CONTrast?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:CONTrast valuecommand.
SCPI Syntax
- DISPlay:CONTrast {<contrast>|MINimum|MAXimum}
- DISPlay:CONTrast?
DisplaySaver
¶
Bases: SCPICmdRead
The DISPlay:SAVer command tree.
Usage
- Using the
.query()method will send theDISPlay:SAVer?query. - Using the
.verify(value)method will send theDISPlay:SAVer?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.immediate: TheDISPlay:SAVer:IMMediatecommand..state: TheDISPlay:SAVer:STATecommand.
immediate
property
¶
immediate: DisplaySaverImmediate
Return the DISPlay:SAVer:IMMediate command.
Description
- This command sets the screen saver state to ON, regardless of the
DISPlay:SAVer[:STATe]? command setting. The screen saver is enabled immediately (without waiting for five minutes).
Usage
- Using the
.write()method will send theDISPlay:SAVer:IMMediatecommand.
SCPI Syntax
- DISPlay:SAVer:IMMediate
state
property
¶
state: DisplaySaverState
Return the DISPlay:SAVer:STATe command.
Description
- This command sets or queries the screen saver setting of the LCD display. When enabled, the screen saver function starts automatically if no operations are applied to the instrument front panel for five minutes.
Usage
- Using the
.query()method will send theDISPlay:SAVer:STATe?query. - Using the
.verify(value)method will send theDISPlay:SAVer:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:SAVer:STATe valuecommand.
SCPI Syntax
- DISPlay:SAVer:STATe {ON|OFF|<NR1>}
- DISPlay:SAVer:STATe?
DisplaySaverImmediate
¶
Bases: SCPICmdWriteNoArguments
The DISPlay:SAVer:IMMediate command.
Description
- This command sets the screen saver state to ON, regardless of the
DISPlay:SAVer[:STATe]? command setting. The screen saver is enabled immediately (without waiting for five minutes).
Usage
- Using the
.write()method will send theDISPlay:SAVer:IMMediatecommand.
SCPI Syntax
- DISPlay:SAVer:IMMediate
DisplaySaverState
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISPlay:SAVer:STATe command.
Description
- This command sets or queries the screen saver setting of the LCD display. When enabled, the screen saver function starts automatically if no operations are applied to the instrument front panel for five minutes.
Usage
- Using the
.query()method will send theDISPlay:SAVer:STATe?query. - Using the
.verify(value)method will send theDISPlay:SAVer:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:SAVer:STATe valuecommand.
SCPI Syntax
- DISPlay:SAVer:STATe {ON|OFF|<NR1>}
- DISPlay:SAVer:STATe?
DisplayWindow
¶
Bases: SCPICmdRead
The DISPlay:WINDow command tree.
Usage
- Using the
.query()method will send theDISPlay:WINDow?query. - Using the
.verify(value)method will send theDISPlay:WINDow?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.text: TheDISPlay:WINDow:TEXTcommand tree.
text
property
¶
text: DisplayWindowText
Return the DISPlay:WINDow:TEXT command tree.
Usage
- Using the
.query()method will send theDISPlay:WINDow:TEXT?query. - Using the
.verify(value)method will send theDISPlay:WINDow:TEXT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.clear: TheDISPlay:WINDow:TEXT:CLEarcommand..data: TheDISPlay:WINDow:TEXT:DATAcommand.
DisplayWindowText
¶
Bases: SCPICmdRead
The DISPlay:WINDow:TEXT command tree.
Usage
- Using the
.query()method will send theDISPlay:WINDow:TEXT?query. - Using the
.verify(value)method will send theDISPlay:WINDow:TEXT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.clear: TheDISPlay:WINDow:TEXT:CLEarcommand..data: TheDISPlay:WINDow:TEXT:DATAcommand.
clear
property
¶
clear: DisplayWindowTextClear
Return the DISPlay:WINDow:TEXT:CLEar command.
Description
- This command clears the text message from the display screen.
Usage
- Using the
.write()method will send theDISPlay:WINDow:TEXT:CLEarcommand.
SCPI Syntax
- DISPlay:WINDow:TEXT:CLEar
data
property
¶
data: DisplayWindowTextData
Return the DISPlay:WINDow:TEXT:DATA command.
Description
- The DISPlay[
:WINDow]:TEXT[:DATA] command displays a text message on the instrument screen. The DISPlay[:WINDow]:TEXT[:DATA]? query returns the text string currently displayed on the instrument screen. The displayable characters are ASCII codes 32 through 126, and the instrument can display approximately 64 characters.
Usage
- Using the
.query()method will send theDISPlay:WINDow:TEXT:DATA?query. - Using the
.verify(value)method will send theDISPlay:WINDow:TEXT:DATA?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:WINDow:TEXT:DATA valuecommand.
SCPI Syntax
- DISPlay:WINDow:TEXT:DATA <string>
- DISPlay:WINDow:TEXT:DATA?
DisplayWindowTextClear
¶
Bases: SCPICmdWriteNoArguments
The DISPlay:WINDow:TEXT:CLEar command.
Description
- This command clears the text message from the display screen.
Usage
- Using the
.write()method will send theDISPlay:WINDow:TEXT:CLEarcommand.
SCPI Syntax
- DISPlay:WINDow:TEXT:CLEar
DisplayWindowTextData
¶
Bases: SCPICmdWrite, SCPICmdRead
The DISPlay:WINDow:TEXT:DATA command.
Description
- The DISPlay[
:WINDow]:TEXT[:DATA] command displays a text message on the instrument screen. The DISPlay[:WINDow]:TEXT[:DATA]? query returns the text string currently displayed on the instrument screen. The displayable characters are ASCII codes 32 through 126, and the instrument can display approximately 64 characters.
Usage
- Using the
.query()method will send theDISPlay:WINDow:TEXT:DATA?query. - Using the
.verify(value)method will send theDISPlay:WINDow:TEXT:DATA?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theDISPlay:WINDow:TEXT:DATA valuecommand.
SCPI Syntax
- DISPlay:WINDow:TEXT:DATA <string>
- DISPlay:WINDow:TEXT:DATA?