Prototype
SCPI Command :
DIAGnostic:SERVice:PROTotype
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() bool[source]
# DIAGnostic:SERVice:PROTotype value: bool = driver.diagnostic.service.prototype.get()
No help available
- set(param_name: bool) None[source]
# DIAGnostic:SERVice:PROTotype driver.diagnostic.service.prototype.set(param_name = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
prototype_copy = driver.diagnostic.service.prototype.clone()
Subgroups