Common
SCPI Commands :
SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:HOSTname
SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_hostname() str[source]
# 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().- Returns:
hostname: string
- get_workgroup() str[source]
# SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup value: str = driver.system.communicate.bb.network.common.get_workgroup()
No help available
- set_hostname(hostname: str) None[source]
# 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().- Parameters:
hostname – string
- set_workgroup(workgroup: str) None[source]
# SYSTem:COMMunicate:BB<HW>:NETWork:[COMMon]:WORKgroup driver.system.communicate.bb.network.common.set_workgroup(workgroup = 'abc')
No help available