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
class EditCls[source]

Edit commands group definition. 8 total commands, 3 Subgroups, 5 group commands

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

No command help available

return:

symbolic_name: No help available

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

No command help available

return:

hostname_or_ip: No help available

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

No command help available

return:

instrument_name: No help available

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

No command help available

return:

remote_channel: No help available

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

No command help available

return:

serial_number: No help available

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

No command help available

param symbolic_name:

No help available

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

No command help available

param hostname_or_ip:

No help available

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

No command help available

param instrument_name:

No help available

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

No command help available

param remote_channel:

No help available

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

No command help available

param serial_number:

No help available

Cloning the Group

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

Subgroups