fpanel

The fpanel commands module.

These commands are used in the following models: DPO5KB, MSO5KB

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- FPANel:PRESS <menuoff>

Fpanel

Bases: SCPICmdRead

The FPANel command tree.

Usage
  • Using the .query() method will send the FPANel? query.
  • Using the .verify(value) method will send the FPANel? query and raise an AssertionError if the returned value does not match value.
Properties
  • .press: The FPANel:PRESS command.

press property

press: FpanelPress

Return the FPANel:PRESS command.

Description
  • This command turns off the displayed menu. It turns off everything except warning messages.
Usage
  • Using the .write(value) method will send the FPANel:PRESS value command.
SCPI Syntax
- FPANel:PRESS <menuoff>
Info
  • menuoff turns off the menu.

FpanelPress

Bases: SCPICmdWrite

The FPANel:PRESS command.

Description
  • This command turns off the displayed menu. It turns off everything except warning messages.
Usage
  • Using the .write(value) method will send the FPANel:PRESS value command.
SCPI Syntax
- FPANel:PRESS <menuoff>
Info
  • menuoff turns off the menu.