State

SCPI Commands

SOURce:GENerator:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: SOURce:GENerator[:STATe]
value: bool = driver.source.generator.state.get()

This command turns the optional signal source output on and off. When you turn on the signal source, the R&S FSWP generates a signal with the frequency and level defined with method RsFswp.Source.Generator.Frequency.set and method RsFswp.Source.Generator.Level.set.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: SOURce:GENerator[:STATe]
driver.source.generator.state.set(state = False)

This command turns the optional signal source output on and off. When you turn on the signal source, the R&S FSWP generates a signal with the frequency and level defined with method RsFswp.Source.Generator.Frequency.set and method RsFswp.Source.Generator.Level.set.

param state

ON | OFF | 1 | 0