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 the MAINWindow? query.
  • Using the .verify(value) method will send the MAINWindow? query and raise an AssertionError if the returned value does not match value.
Properties
  • .badge: The MAINWindow:BADGe command tree.
  • .fontsize: The MAINWindow:FONTSize command.
  • .rrbdisplaystate: The MAINWindow:RRBDisplaystate command.
  • .rrbi: The MAINWindow:RRBI command.

badge property

Return the MAINWindow:BADGe command tree.

Usage
  • Using the .query() method will send the MAINWindow:BADGe? query.
  • Using the .verify(value) method will send the MAINWindow:BADGe? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bringtoview: The MAINWindow:BADGe:BRINgtoview command.

fontsize property

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 the MAINWindow:FONTSize value command.
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 the MAINWindow:RRBDisplaystate value command.
SCPI Syntax
- MAINWindow:RRBDisplaystate {ON|OFF|1|0}
Info
  • ON enables Autoset to change vertical settings.
  • OFF disables Autoset from changing vertical settings.
  • 1 enables Autoset to change vertical settings.
  • 0 disables Autoset from changing vertical settings.

rrbi property

Return the MAINWindow:RRBI command.

Description
  • Selects a specified measurement badge.
Usage
  • Using the .write(value) method will send the MAINWindow:RRBI value command.
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 the MAINWindow:BADGe? query.
  • Using the .verify(value) method will send the MAINWindow:BADGe? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bringtoview: The MAINWindow:BADGe:BRINgtoview command.

bringtoview property

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 the MAINWindow:BADGe:BRINgtoview value command.
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 the MAINWindow:BADGe:BRINgtoview value command.
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 the MAINWindow:FONTSize value command.
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 the MAINWindow:RRBDisplaystate value command.
SCPI Syntax
- MAINWindow:RRBDisplaystate {ON|OFF|1|0}
Info
  • ON enables Autoset to change vertical settings.
  • OFF disables Autoset from changing vertical settings.
  • 1 enables Autoset to change vertical settings.
  • 0 disables 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 the MAINWindow:RRBI value command.
SCPI Syntax
- MAINWindow:RRBI <QString>
Info
  • <QString> specifies the measurement badge. Must be enclosed in quotes.