Remote

SCPI Commands :

SCONfiguration:EXTernal:REMote:DELete
SCONfiguration:EXTernal:REMote:LIST
SCONfiguration:EXTernal:REMote:REName
class RemoteCls[source]

Remote commands group definition. 11 total commands, 7 Subgroups, 3 group commands

delete(id_pi_db_ext_dev_rem_inst_remove: List[str]) None[source]
# SCPI: SCONfiguration:EXTernal:REMote:DELete
driver.sconfiguration.external.remote.delete(id_pi_db_ext_dev_rem_inst_remove = ['abc1', 'abc2', 'abc3'])

No command help available

param id_pi_db_ext_dev_rem_inst_remove

No help available

get_list_py() List[str][source]
# SCPI: SCONfiguration:EXTernal:REMote:LIST
value: List[str] = driver.sconfiguration.external.remote.get_list_py()

Lists all available instruments. Instruments found, e.g. by the method RsSmbv.Sconfiguration.External.Remote.Scan. set command.

return

instr_names: String String with symbolic names and/or alias names

set_rename(id_pi_db_rem_inst_rename: List[str]) None[source]
# SCPI: SCONfiguration:EXTernal:REMote:REName
driver.sconfiguration.external.remote.set_rename(id_pi_db_rem_inst_rename = ['abc1', 'abc2', 'abc3'])

Changes the symbolic name of the instrument.

param id_pi_db_rem_inst_rename

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.remote.clone()

Subgroups