State

SCPI Command :

OUTPut:IF:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# OUTPut:IF:STATe
value: bool = driver.output.ifreq.state.get()

No help available

set(state: bool) None[source]
# OUTPut:IF:STATe
driver.output.ifreq.state.set(state = False)

No help available