Plugin

SCPI Command :

SCENario:PDW:PLUGin:NAME
class PluginCls[source]

Plugin commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_name() str[source]
# SCPI: SCENario:PDW:PLUGin:NAME
value: str = driver.scenario.pdw.plugin.get_name()

Selects and loads a reporting template. This template must exist in the ‘Plugin’ library. To query a list of available plugins, use the command method RsPulseSeq.Plugin.catalog.

return:

name: string

set_name(name: str) None[source]
# SCPI: SCENario:PDW:PLUGin:NAME
driver.scenario.pdw.plugin.set_name(name = 'abc')

Selects and loads a reporting template. This template must exist in the ‘Plugin’ library. To query a list of available plugins, use the command method RsPulseSeq.Plugin.catalog.

param name:

string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.scenario.pdw.plugin.clone()

Subgroups