Update

SCPI Command :

SYSTem:UPDate:DGRoup
class UpdateCls[source]

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

get_dgroup() str[source]
# SCPI: SYSTem:UPDate:DGRoup
value: str = driver.system.update.get_dgroup()

Sets the ‘Device Group’ that the instrument belongs to. For remote installation, this setting must match the corresponding setting in the R&S Software Distributor options.

return:

devicegroup: string

set_dgroup(devicegroup: str) None[source]
# SCPI: SYSTem:UPDate:DGRoup
driver.system.update.set_dgroup(devicegroup = 'abc')

Sets the ‘Device Group’ that the instrument belongs to. For remote installation, this setting must match the corresponding setting in the R&S Software Distributor options.

param devicegroup:

string