Instrument

SCPI Commands :

DIAGnostic:INSTrument:LOAD
DIAGnostic:INSTrument:UNLoad
class InstrumentCls[source]

Instrument commands group definition. 4 total commands, 2 Subgroups, 2 group commands

load(appl_name_and_li_number: str) None[source]
# SCPI: DIAGnostic:INSTrument:LOAD
driver.diagnostic.instrument.load(appl_name_and_li_number = 'abc')

No command help available

param appl_name_and_li_number:

No help available

set_unload(appl_name_and_li_number: str) None[source]
# SCPI: DIAGnostic:INSTrument:UNLoad
driver.diagnostic.instrument.set_unload(appl_name_and_li_number = 'abc')

No command help available

param appl_name_and_li_number:

No help available

Cloning the Group

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

Subgroups