Rest

SCPI Command :

SYSTem:COMMunicate:REST:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_enable() bool[source]
# SYSTem:COMMunicate:REST:ENABle
value: bool = driver.system.communicate.rest.get_enable()

No help available

set_enable(rest_enabled: bool) None[source]
# SYSTem:COMMunicate:REST:ENABle
driver.system.communicate.rest.set_enable(rest_enabled = False)

No help available