State
SCPI Command :
SOURce:EXTernal<gen>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(externalGen=ExternalGen.Nr1) bool[source]
# SOURce:EXTernal<gen>[:STATe] value: bool = driver.source.external.state.get(externalGen = repcap.ExternalGen.Nr1)
Activates or deactivates the connected external generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.
- Parameters:
externalGen – optional repeated capability selector. Default value: Nr1
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, externalGen=ExternalGen.Nr1) None[source]
# SOURce:EXTernal<gen>[:STATe] driver.source.external.state.set(state = False, externalGen = repcap.ExternalGen.Nr1)
Activates or deactivates the connected external generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
externalGen – optional repeated capability selector. Default value: Nr1