All
SCPI Command :
[SOURce<HW>]:MODulation:[ALL]:[STATe]
- class AllCls[source]
All commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:MODulation:[ALL]:[STATe] value: bool = driver.source.modulation.all.get_state()
Activates all modulations that were active before the last switching off.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:MODulation:[ALL]:[STATe] driver.source.modulation.all.set_state(state = False)
Activates all modulations that were active before the last switching off.
- param state
1| ON| 0| OFF