Prototype

SCPI Command :

DIAGnostic:SERVice:PROTotype
class PrototypeCls[source]

Prototype commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() bool[source]
# SCPI: DIAGnostic:SERVice:PROTotype
value: bool = driver.diagnostic.service.prototype.get()

No command help available

return

param_name: No help available

set(param_name: bool) None[source]
# SCPI: DIAGnostic:SERVice:PROTotype
driver.diagnostic.service.prototype.set(param_name = False)

No command help available

param param_name

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.service.prototype.clone()

Subgroups