wplugin
¶
The wplugin commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- WPLugin:ACTive <plugin_name>
- WPLugin:ACTive?
- WPLugin:PLUGins?
Wplugin
¶
Bases: SCPICmdRead
The WPLugin command tree.
Usage
- Using the
.query()method will send theWPLugin?query. - Using the
.verify(value)method will send theWPLugin?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.active: TheWPLugin:ACTivecommand..plugins: TheWPLugin:PLUGinscommand.
active
property
¶
active: WpluginActive
Return the WPLugin:ACTive command.
Description
- This command sets or returns the active waveform creation plug-in.
Usage
- Using the
.query()method will send theWPLugin:ACTive?query. - Using the
.verify(value)method will send theWPLugin:ACTive?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWPLugin:ACTive valuecommand.
SCPI Syntax
- WPLugin:ACTive <plugin_name>
- WPLugin:ACTive?
plugins
property
¶
plugins: WpluginPlugins
Return the WPLugin:PLUGins command.
Description
- This command returns all the available waveform creation plug-ins installed. The response returns a comma separated string with all the plug-in names.
Usage
- Using the
.query()method will send theWPLugin:PLUGins?query. - Using the
.verify(value)method will send theWPLugin:PLUGins?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WPLugin:PLUGins?
WpluginActive
¶
Bases: SCPICmdWrite, SCPICmdRead
The WPLugin:ACTive command.
Description
- This command sets or returns the active waveform creation plug-in.
Usage
- Using the
.query()method will send theWPLugin:ACTive?query. - Using the
.verify(value)method will send theWPLugin:ACTive?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theWPLugin:ACTive valuecommand.
SCPI Syntax
- WPLugin:ACTive <plugin_name>
- WPLugin:ACTive?
WpluginPlugins
¶
Bases: SCPICmdRead
The WPLugin:PLUGins command.
Description
- This command returns all the available waveform creation plug-ins installed. The response returns a comma separated string with all the plug-in names.
Usage
- Using the
.query()method will send theWPLugin:PLUGins?query. - Using the
.verify(value)method will send theWPLugin:PLUGins?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- WPLugin:PLUGins?