State

SCPI Command :

[SOURce<HW>]:FM<CH>:STATe
class StateCls[source]

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

get(generatorIx=GeneratorIx.Default) bool[source]
# SCPI: [SOURce<HW>]:FM<CH>:STATe
value: bool = driver.source.fm.state.get(generatorIx = repcap.GeneratorIx.Default)

Activates frequency modulation.

param generatorIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fm’)

return

state: 1| ON| 0| OFF

set(state: bool, generatorIx=GeneratorIx.Default) None[source]
# SCPI: [SOURce<HW>]:FM<CH>:STATe
driver.source.fm.state.set(state = False, generatorIx = repcap.GeneratorIx.Default)

Activates frequency modulation.

param state

1| ON| 0| OFF

param generatorIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fm’)