Common

SCPI Command :

SYSTem:COMMunicate:BCIP:NETWork:COMMon:HOSTname
class CommonCls[source]

Common commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_hostname() str[source]
# SCPI: SYSTem:COMMunicate:BCIP:NETWork:COMMon:HOSTname
value: str = driver.system.communicate.bcIp.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.

return:

hostname: string

set_hostname(hostname: str) None[source]
# SCPI: SYSTem:COMMunicate:BCIP:NETWork:COMMon:HOSTname
driver.system.communicate.bcIp.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.

param hostname:

string