Plugin

SCPI Command :

DESTination:PLUGin:NAME
class PluginCls[source]

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

get_name() str[source]
# SCPI: DESTination:PLUGin:NAME
value: str = driver.destination.plugin.get_name()

Sets the name of the export plug-in.

return:

name: string

set_name(name: str) None[source]
# SCPI: DESTination:PLUGin:NAME
driver.destination.plugin.set_name(name = 'abc')

Sets the name of the export plug-in.

param name:

string

Cloning the Group

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

Subgroups