Syntax

SCPI Command :

SYSTem:HELP:SYNTax
class SyntaxCls[source]

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

get(command: str) bytes[source]
# SCPI: SYSTem:HELP:SYNTax
value: bytes = driver.system.help.syntax.get(command = 'abc')

No command help available

param command

No help available

return

syntax: No help available

Cloning the Group

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

Subgroups