Enable

SCPI Command :

SYSTem:COMMunicate:REST:ENABle
class EnableCls[source]

Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: SYSTem:COMMunicate:REST:ENABle
value: bool = driver.system.communicate.rest.enable.get()

Turns communication via the REST API on and off.

return

state: No help available

set(state: bool) None[source]
# SCPI: SYSTem:COMMunicate:REST:ENABle
driver.system.communicate.rest.enable.set(state = False)

Turns communication via the REST API on and off.

param state

ON | OFF | 0 | 1