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 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.

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 19 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
  • 1 or ON enables Autoset to change vertical settings.
  • 0 or OFF disables Autoset from changing vertical settings.

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 19 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
  • 1 or ON enables Autoset to change vertical settings.
  • 0 or OFF disables Autoset from changing vertical settings.