mainwindow
¶
The mainwindow commands module.
These commands are used in the following models: MSO2, TekScopePC
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
¶
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.
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 19 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
1or ON enables Autoset to change vertical settings.0or OFF disables Autoset from changing vertical settings.
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 19 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
1or ON enables Autoset to change vertical settings.0or OFF disables Autoset from changing vertical settings.