All

SCPI Command :

OUTPut:ALL:[STATe]
class AllCls[source]

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

get_state() bool[source]
# SCPI: OUTPut:ALL:[STATe]
value: bool = driver.output.all.get_state()

Activates the RF output signal of the instrument.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: OUTPut:ALL:[STATe]
driver.output.all.set_state(state = False)

Activates the RF output signal of the instrument.

param state

1| ON| 0| OFF