Plugin

SCPI Command :

IPM:PLUGin:NAME
class PluginCls[source]

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

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

Renames the selected repository element.

return:

name: string Must be unique for the particular type of repository elements. May contain empty spaces.

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

Renames the selected repository element.

param name:

string Must be unique for the particular type of repository elements. May contain empty spaces.

Cloning the Group

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

Subgroups