All

SCPI Command :

[SOURce<HW>]:MODulation:[ALL]:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:MODulation:[ALL]:[STATe]
value: bool = driver.source.modulation.all.get_state()

Activates all modulations that were active before the last switching off.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:MODulation:[ALL]:[STATe]
driver.source.modulation.all.set_state(state = False)

Activates all modulations that were active before the last switching off.

Parameters:

state – 1 | ON | 0| OFF