Syntax

SCPI Command :

SYSTem:HELP:SYNTax
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(command: str) bytes[source]
# SYSTem:HELP:SYNTax
value: bytes = driver.system.help.syntax.get(command = 'abc')

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
syntax_copy = driver.system.help.syntax.clone()

Subgroups