application
¶
The application 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
- APPLication:ACTivate <QString>
Application
¶
Bases: SCPICmdRead
The APPLication command tree.
Usage
- Using the
.query()method will send theAPPLication?query. - Using the
.verify(value)method will send theAPPLication?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.activate: TheAPPLication:ACTivatecommand.
activate
property
¶
activate: ApplicationActivate
Return the APPLication:ACTivate command.
Description
- For legacy TekExpress applications. Starts the application specified in the string. The available applications depend on the oscilloscope model and installed options.
Usage
- Using the
.write(value)method will send theAPPLication:ACTivate valuecommand.
SCPI Syntax
- APPLication:ACTivate <QString>
Info
<QString>is the name of the application that you want to start. Enter the application name exactly as it appears in the oscilloscope Applications menu.
ApplicationActivate
¶
Bases: SCPICmdWrite
The APPLication:ACTivate command.
Description
- For legacy TekExpress applications. Starts the application specified in the string. The available applications depend on the oscilloscope model and installed options.
Usage
- Using the
.write(value)method will send theAPPLication:ACTivate valuecommand.
SCPI Syntax
- APPLication:ACTivate <QString>
Info
<QString>is the name of the application that you want to start. Enter the application name exactly as it appears in the oscilloscope Applications menu.