Device

SCPI Command:

SYSTem:BASE:DEVice:ID
class DeviceCls[source]

Device commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_id() str[source]
# SCPI: SYSTem:BASE:DEVice:ID
value: str = driver.system.base.device.get_id()

No command help available

return:

device_id: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.base.device.clone()

Subgroups