Remote

SCPI Commands :

SCONfiguration:EXTernal:REMote:DELete
SCONfiguration:EXTernal:REMote:LIST
SCONfiguration:EXTernal:REMote:REName
Commands in total: 20
Subgroups: 8
Direct child commands: 3
delete(id_pi_db_ext_dev_rem_inst_remove: List[str]) None[source]
# SCONfiguration:EXTernal:REMote:DELete
driver.sconfiguration.external.remote.delete(id_pi_db_ext_dev_rem_inst_remove = ['abc1', 'abc2', 'abc3'])

No help available

get_list_py() List[str][source]
# 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 RsSmw.sconfiguration.external.remote.scan.set() command.

Returns:

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

set_rename(id_pi_db_rem_inst_rename: List[str]) None[source]
# 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.

Cloning the Group

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

Subgroups