State
SCPI Command :
SOURce:EXTernal<gen>:FREQuency:SWEep[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(externalGen=ExternalGen.Nr1) bool [source]
# SCPI: SOURce:EXTernal<gen>:FREQuency:SWEep[:STATe] value: bool = driver.source.external.frequency.sweep.state.get(externalGen = repcap.ExternalGen.Nr1)
Note that this command is maintained for compatibility reasons only. It is not required in new remote control programs. Activates or deactivates the frequency sweep for the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.
- param externalGen
optional repeated capability selector. Default value: Nr1
- return
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]
# SCPI: SOURce:EXTernal<gen>:FREQuency:SWEep[:STATe] driver.source.external.frequency.sweep.state.set(state = False, externalGen = repcap.ExternalGen.Nr1)
Note that this command is maintained for compatibility reasons only. It is not required in new remote control programs. Activates or deactivates the frequency sweep for the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- param externalGen
optional repeated capability selector. Default value: Nr1