Common

SCPI Commands :

SYSTem:COMMunicate:NETWork:[COMMon]:DOMain
SYSTem:COMMunicate:NETWork:[COMMon]:HOSTname
SYSTem:COMMunicate:NETWork:[COMMon]:WORKgroup
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_domain() str[source]
# SYSTem:COMMunicate:NETWork:[COMMon]:DOMain
value: str = driver.system.communicate.network.common.get_domain()

Determines the primary suffix of the network domain.

Returns:

domain: string

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

Sets an individual hostname for the R&S SMW200A. 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:NETWork:[COMMon]:WORKgroup
value: str = driver.system.communicate.network.common.get_workgroup()

Sets an individual workgroup name for the instrument.

Returns:

workgroup: string

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

Determines the primary suffix of the network domain.

Parameters:

domain – string

set_hostname(hostname: str) None[source]
# SYSTem:COMMunicate:NETWork:[COMMon]:HOSTname
driver.system.communicate.network.common.set_hostname(hostname = 'abc')

Sets an individual hostname for the R&S SMW200A. 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:NETWork:[COMMon]:WORKgroup
driver.system.communicate.network.common.set_workgroup(workgroup = 'abc')

Sets an individual workgroup name for the instrument.

Parameters:

workgroup – string