State

SCPI Command :

[SOURce<HW>]:PM<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>]:PM<CH>:STATe
value: bool = driver.source.pm.state.get(generatorIx = repcap.GeneratorIx.Default)

Activates phase modulation. Activation of phase modulation deactivates frequency modulation.

param generatorIx

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

return

state: 1| ON| 0| OFF

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

Activates phase modulation. Activation of phase modulation deactivates frequency modulation.

param state

1| ON| 0| OFF

param generatorIx

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