application
¶
The application commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- APPLication:ACTivate <string>
- APPLication:SCOPEAPP:WINDOW {FULLSCREEN|MINIMIZED}
- APPLication:SCOPEAPP:WINDOW?
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..scopeapp: TheAPPLication:SCOPEAPPcommand tree.
activate
property
¶
activate: ApplicationActivate
Return the APPLication:ACTivate command.
Description
- For legacy Java based applications, starts the application specified in the string. The available applications depend on the oscilloscope model and installed options. (DPOJET and DPOJET-based applications do not require this command and are started automatically by sending them any command, such as DPOJET: VERsion? )
Usage
- Using the
.write(value)method will send theAPPLication:ACTivate valuecommand.
SCPI Syntax
- APPLication:ACTivate <string>
Info
<string>is the name of the application that you want to start. Enter the application name exactly as it appears in the oscilloscope Analyze menu.
scopeapp
property
¶
scopeapp: ApplicationScopeapp
Return the APPLication:SCOPEAPP command tree.
Usage
- Using the
.query()method will send theAPPLication:SCOPEAPP?query. - Using the
.verify(value)method will send theAPPLication:SCOPEAPP?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.window: TheAPPLication:SCOPEAPP:WINDOWcommand.
ApplicationActivate
¶
Bases: SCPICmdWrite
The APPLication:ACTivate command.
Description
- For legacy Java based applications, starts the application specified in the string. The available applications depend on the oscilloscope model and installed options. (DPOJET and DPOJET-based applications do not require this command and are started automatically by sending them any command, such as DPOJET: VERsion? )
Usage
- Using the
.write(value)method will send theAPPLication:ACTivate valuecommand.
SCPI Syntax
- APPLication:ACTivate <string>
Info
<string>is the name of the application that you want to start. Enter the application name exactly as it appears in the oscilloscope Analyze menu.
ApplicationScopeapp
¶
Bases: SCPICmdRead
The APPLication:SCOPEAPP command tree.
Usage
- Using the
.query()method will send theAPPLication:SCOPEAPP?query. - Using the
.verify(value)method will send theAPPLication:SCOPEAPP?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.window: TheAPPLication:SCOPEAPP:WINDOWcommand.
window
property
¶
window: ApplicationScopeappWindow
Return the APPLication:SCOPEAPP:WINDOW command.
Description
- Sets or queries whether the oscilloscope application is minimized or displayed full screen.
Usage
- Using the
.query()method will send theAPPLication:SCOPEAPP:WINDOW?query. - Using the
.verify(value)method will send theAPPLication:SCOPEAPP:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAPPLication:SCOPEAPP:WINDOW valuecommand.
SCPI Syntax
- APPLication:SCOPEAPP:WINDOW {FULLSCREEN|MINIMIZED}
- APPLication:SCOPEAPP:WINDOW?
Info
FULLSCREENsets the oscilloscope display to fill the oscilloscope screen.MINIMIZEDminimizes the oscilloscope display to an icon at the bottom of the screen.
ApplicationScopeappWindow
¶
Bases: SCPICmdWrite, SCPICmdRead
The APPLication:SCOPEAPP:WINDOW command.
Description
- Sets or queries whether the oscilloscope application is minimized or displayed full screen.
Usage
- Using the
.query()method will send theAPPLication:SCOPEAPP:WINDOW?query. - Using the
.verify(value)method will send theAPPLication:SCOPEAPP:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAPPLication:SCOPEAPP:WINDOW valuecommand.
SCPI Syntax
- APPLication:SCOPEAPP:WINDOW {FULLSCREEN|MINIMIZED}
- APPLication:SCOPEAPP:WINDOW?
Info
FULLSCREENsets the oscilloscope display to fill the oscilloscope screen.MINIMIZEDminimizes the oscilloscope display to an icon at the bottom of the screen.