Common

SCPI Commands :

SYSTem:COMMunicate:SYST:NETWork:[COMMon]:HOSTname
SYSTem:COMMunicate:SYST: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:SYST:NETWork:[COMMon]:HOSTname
value: str = driver.system.communicate.syst.network.common.get_hostname()

Queries the hostname of the instrument connected to the R&S AREG800A via the system control interface.

return:

zynq_hostname: string

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

No command help available

return:

zynq_workgroup: No help available

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

Queries the hostname of the instrument connected to the R&S AREG800A via the system control interface.

param zynq_hostname:

string

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

No command help available

param zynq_workgroup:

No help available