mainwindow
¶
The mainwindow commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- MAINWindow:BADGe:BRINgtoview <QString>
- MAINWindow:FONTSize <NR1>
- MAINWindow:RRBDisplaystate {ON|OFF|1|0}
- MAINWindow:RRBI <QString>
Mainwindow
¶
Bases: SCPICmdRead
The MAINWindow command tree.
Usage
- Using the
.query()method will send theMAINWindow?query. - Using the
.verify(value)method will send theMAINWindow?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.badge: TheMAINWindow:BADGecommand tree..fontsize: TheMAINWindow:FONTSizecommand..rrbdisplaystate: TheMAINWindow:RRBDisplaystatecommand..rrbi: TheMAINWindow:RRBIcommand.
badge
property
¶
badge: MainwindowBadge
Return the MAINWindow:BADGe command tree.
Usage
- Using the
.query()method will send theMAINWindow:BADGe?query. - Using the
.verify(value)method will send theMAINWindow:BADGe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bringtoview: TheMAINWindow:BADGe:BRINgtoviewcommand.
fontsize
property
¶
fontsize: MainwindowFontsize
Return the MAINWindow:FONTSize command.
Description
- Sets the font size for UI text elements. Font size range is 12 to 20 points.
Usage
- Using the
.write(value)method will send theMAINWindow:FONTSize valuecommand.
SCPI Syntax
- MAINWindow:FONTSize <NR1>
Info
<NR1>specifies the font size.
rrbdisplaystate
property
¶
rrbdisplaystate: MainwindowRrbdisplaystate
Return the MAINWindow:RRBDisplaystate command.
Description
- Sets the display state of the Results readout bar to ON (displayed) or OFF (not displayed).
Usage
- Using the
.write(value)method will send theMAINWindow:RRBDisplaystate valuecommand.
SCPI Syntax
- MAINWindow:RRBDisplaystate {ON|OFF|1|0}
Info
ONenables Autoset to change vertical settings.OFFdisables Autoset from changing vertical settings.1enables Autoset to change vertical settings.0disables Autoset from changing vertical settings.
rrbi
property
¶
rrbi: MainwindowRrbi
Return the MAINWindow:RRBI command.
Description
- Selects a specified measurement badge.
Usage
- Using the
.write(value)method will send theMAINWindow:RRBI valuecommand.
SCPI Syntax
- MAINWindow:RRBI <QString>
Info
<QString>specifies the measurement badge. Must be enclosed in quotes.
MainwindowBadge
¶
Bases: SCPICmdRead
The MAINWindow:BADGe command tree.
Usage
- Using the
.query()method will send theMAINWindow:BADGe?query. - Using the
.verify(value)method will send theMAINWindow:BADGe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bringtoview: TheMAINWindow:BADGe:BRINgtoviewcommand.
bringtoview
property
¶
bringtoview: MainwindowBadgeBringtoview
Return the MAINWindow:BADGe:BRINgtoview command.
Description
- This command is used to automatically scroll the specified badge to make it visible. The input to the command is the badge title name.
Usage
- Using the
.write(value)method will send theMAINWindow:BADGe:BRINgtoview valuecommand.
SCPI Syntax
- MAINWindow:BADGe:BRINgtoview <QString>
Info
<QString>specifies a badge title name to make the badge visible.
MainwindowBadgeBringtoview
¶
Bases: SCPICmdWrite
The MAINWindow:BADGe:BRINgtoview command.
Description
- This command is used to automatically scroll the specified badge to make it visible. The input to the command is the badge title name.
Usage
- Using the
.write(value)method will send theMAINWindow:BADGe:BRINgtoview valuecommand.
SCPI Syntax
- MAINWindow:BADGe:BRINgtoview <QString>
Info
<QString>specifies a badge title name to make the badge visible.
MainwindowFontsize
¶
Bases: SCPICmdWrite
The MAINWindow:FONTSize command.
Description
- Sets the font size for UI text elements. Font size range is 12 to 20 points.
Usage
- Using the
.write(value)method will send theMAINWindow:FONTSize valuecommand.
SCPI Syntax
- MAINWindow:FONTSize <NR1>
Info
<NR1>specifies the font size.
MainwindowRrbdisplaystate
¶
Bases: SCPICmdWrite
The MAINWindow:RRBDisplaystate command.
Description
- Sets the display state of the Results readout bar to ON (displayed) or OFF (not displayed).
Usage
- Using the
.write(value)method will send theMAINWindow:RRBDisplaystate valuecommand.
SCPI Syntax
- MAINWindow:RRBDisplaystate {ON|OFF|1|0}
Info
ONenables Autoset to change vertical settings.OFFdisables Autoset from changing vertical settings.1enables Autoset to change vertical settings.0disables Autoset from changing vertical settings.
MainwindowRrbi
¶
Bases: SCPICmdWrite
The MAINWindow:RRBI command.
Description
- Selects a specified measurement badge.
Usage
- Using the
.write(value)method will send theMAINWindow:RRBI valuecommand.
SCPI Syntax
- MAINWindow:RRBI <QString>
Info
<QString>specifies the measurement badge. Must be enclosed in quotes.