Common
SCPI Commands :
SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:HOSTname
SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup
- class CommonCls[source]
Common commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_hostname() str [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:HOSTname value: str = driver.system.communicate.bb.network.common.get_hostname()
Sets an individual hostname for the vector signal generator. Note:We recommend that you do not change the hostname to avoid problems with the network connection. If you change the hostname, be sure to use a unique name. This is a password-protected function. Unlock the protection level 1 to access it, see method RsSmw.System.Protect.State. set.
- return:
hostname: string
- get_workgroup() str [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup value: str = driver.system.communicate.bb.network.common.get_workgroup()
No command help available
- return:
workgroup: No help available
- set_hostname(hostname: str) None [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:HOSTname driver.system.communicate.bb.network.common.set_hostname(hostname = 'abc')
Sets an individual hostname for the vector signal generator. Note:We recommend that you do not change the hostname to avoid problems with the network connection. If you change the hostname, be sure to use a unique name. This is a password-protected function. Unlock the protection level 1 to access it, see method RsSmw.System.Protect.State. set.
- param hostname:
string
- set_workgroup(workgroup: str) None [source]
# SCPI: SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup driver.system.communicate.bb.network.common.set_workgroup(workgroup = 'abc')
No command help available
- param workgroup:
No help available