All

SCPI Command :

OUTPut:ALL:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# OUTPut:ALL:[STATe]
value: bool = driver.output.all.get_state()

Enables all RF output signals of the instrument.

Returns:

state: 1 | ON | 0| OFF

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

Enables all RF output signals of the instrument.

Parameters:

state – 1 | ON | 0| OFF