Edit

SCPI Commands :

SCONfiguration:EXTernal:REMote:EDIT:ALIas
SCONfiguration:EXTernal:REMote:EDIT:HOSTname
SCONfiguration:EXTernal:REMote:EDIT:ISELect
SCONfiguration:EXTernal:REMote:EDIT:RCHannel
SCONfiguration:EXTernal:REMote:EDIT:SERial
Commands in total: 8
Subgroups: 3
Direct child commands: 5
get_alias() str[source]
# SCONfiguration:EXTernal:REMote:EDIT:ALIas
value: str = driver.sconfiguration.external.remote.edit.get_alias()

No help available

get_hostname() str[source]
# SCONfiguration:EXTernal:REMote:EDIT:HOSTname
value: str = driver.sconfiguration.external.remote.edit.get_hostname()

No help available

get_iselect() str[source]
# SCONfiguration:EXTernal:REMote:EDIT:ISELect
value: str = driver.sconfiguration.external.remote.edit.get_iselect()

No help available

get_rchannel() RcConnType[source]
# SCONfiguration:EXTernal:REMote:EDIT:RCHannel
value: enums.RcConnType = driver.sconfiguration.external.remote.edit.get_rchannel()

No help available

get_serial() int[source]
# SCONfiguration:EXTernal:REMote:EDIT:SERial
value: int = driver.sconfiguration.external.remote.edit.get_serial()

No help available

set_alias(symbolic_name: str) None[source]
# SCONfiguration:EXTernal:REMote:EDIT:ALIas
driver.sconfiguration.external.remote.edit.set_alias(symbolic_name = 'abc')

No help available

set_hostname(hostname_or_ip: str) None[source]
# SCONfiguration:EXTernal:REMote:EDIT:HOSTname
driver.sconfiguration.external.remote.edit.set_hostname(hostname_or_ip = 'abc')

No help available

set_iselect(instrument_name: str) None[source]
# SCONfiguration:EXTernal:REMote:EDIT:ISELect
driver.sconfiguration.external.remote.edit.set_iselect(instrument_name = 'abc')

No help available

set_rchannel(remote_channel: RcConnType) None[source]
# SCONfiguration:EXTernal:REMote:EDIT:RCHannel
driver.sconfiguration.external.remote.edit.set_rchannel(remote_channel = enums.RcConnType.FRONtend)

No help available

set_serial(serial_number: int) None[source]
# SCONfiguration:EXTernal:REMote:EDIT:SERial
driver.sconfiguration.external.remote.edit.set_serial(serial_number = 1)

No help available

Cloning the Group

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

Subgroups