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 theFPANel?query. - Using the
.verify(value)method will send theFPANel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.press: TheFPANel:PRESScommand.
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 theFPANel:PRESS valuecommand.
SCPI Syntax
- FPANel:PRESS <menuoff>
Info
menuoffturns 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 theFPANel:PRESS valuecommand.
SCPI Syntax
- FPANel:PRESS <menuoff>
Info
menuoffturns off the menu.