State

SCPI Command :

SOURce:EXTernal<gen>:FREQuency:SWEep[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(externalGen=ExternalGen.Nr1) bool[source]
# 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.

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>: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.

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