Enable
SCPI Command :
SYSTem:COMMunicate:REST:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:COMMunicate:REST:ENABle value: bool = driver.system.communicate.rest.enable.get()
Turns communication via the REST API on and off.
- set(state: bool) None[source]
# SYSTem:COMMunicate:REST:ENABle driver.system.communicate.rest.enable.set(state = False)
Turns communication via the REST API on and off.
- Parameters:
state – ON | OFF | 0 | 1