Common

SCPI Commands :

SYSTem:COMMunicate:NETWork:[COMMon]:DOMain
SYSTem:COMMunicate:NETWork:[COMMon]:HOSTname
SYSTem:COMMunicate:NETWork:[COMMon]:WORKgroup
class CommonCls[source]

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

get_domain() str[source]
# SCPI: SYSTem:COMMunicate:NETWork:[COMMon]:DOMain
value: str = driver.system.communicate.network.common.get_domain()

Determines the primary suffix of the network domain.

return

domain: string

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

return

hostname: string

get_workgroup() str[source]
# SCPI: SYSTem:COMMunicate:NETWork:[COMMon]:WORKgroup
value: str = driver.system.communicate.network.common.get_workgroup()

Sets an individual workgroup name for the instrument.

return

workgroup: string

set_domain(domain: str) None[source]
# SCPI: SYSTem:COMMunicate:NETWork:[COMMon]:DOMain
driver.system.communicate.network.common.set_domain(domain = 'abc')

Determines the primary suffix of the network domain.

param domain

string

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

param hostname

string

set_workgroup(workgroup: str) None[source]
# SCPI: SYSTem:COMMunicate:NETWork:[COMMon]:WORKgroup
driver.system.communicate.network.common.set_workgroup(workgroup = 'abc')

Sets an individual workgroup name for the instrument.

param workgroup

string