Source

SCPI Command :

TRIGger<HW>:FSWeep:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputIx=InputIx.Default) SingExtAuto[source]
# TRIGger<HW>:FSWeep:SOURce
value: enums.SingExtAuto = driver.trigger.freqSweep.source.get(inputIx = repcap.InputIx.Default)

Selects the trigger source for the corresponding sweeps:

  • FSWeep - RF frequency

  • LFFSweep - LF frequency

  • PSWeep - RF level

  • SWEep - all sweeps

The source names of the parameters correspond to the values provided in manual control of the instrument. They differ from the SCPI-compliant names, but the instrument accepts both variants. Use the SCPI name, if compatibility is an important issue. Find the corresponding SCPI-compliant commands in Cross-reference between the manual and remote control.

Parameters:

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

Returns:

source: AUTO | IMMediate | SINGle | BUS | EXTernal | EAUTo AUTO [IMMediate] Executes a sweep automatically. In this free-running mode, the trigger condition is met continuously. I.e. when a sweep is completed, the next one starts immediately. SINGle [BUS] Executes one complete sweep cycle. The following commands initiate a trigger event: *TRG method RsSmw.source.sweep.power.execute.set() method RsSmw.source.sweep.frequency.execute.set() method RsSmw.trigger.sweep.immediate.perform() , method RsSmw.trigger.psweep.immediate.perform() and method RsSmw.trigger.freqSweep.immediate.perform() . Set the sweep mode with the commands: method RsSmw.source.sweep.power.mode() AUTO | STEP method RsSmw.source.sweep.frequency.mode() AUTO | STEP method RsSmw.source.lfOutput.sweep.frequency.mode() AUTO | STEP In step mode (STEP) , the instrument executes only one step. EXTernal An external signal triggers the sweep. EAUTo An external signal triggers the sweep. When one sweep is finished, the next sweep starts. A second trigger event stops the sweep at the current frequency, a third trigger event starts the trigger at the start frequency, and so on.

set(source: SingExtAuto, inputIx=InputIx.Default) None[source]
# TRIGger<HW>:FSWeep:SOURce
driver.trigger.freqSweep.source.set(source = enums.SingExtAuto.AUTO, inputIx = repcap.InputIx.Default)

Selects the trigger source for the corresponding sweeps:

  • FSWeep - RF frequency

  • LFFSweep - LF frequency

  • PSWeep - RF level

  • SWEep - all sweeps

The source names of the parameters correspond to the values provided in manual control of the instrument. They differ from the SCPI-compliant names, but the instrument accepts both variants. Use the SCPI name, if compatibility is an important issue. Find the corresponding SCPI-compliant commands in Cross-reference between the manual and remote control.

Parameters:
  • source – AUTO | IMMediate | SINGle | BUS | EXTernal | EAUTo AUTO [IMMediate] Executes a sweep automatically. In this free-running mode, the trigger condition is met continuously. I.e. when a sweep is completed, the next one starts immediately. SINGle [BUS] Executes one complete sweep cycle. The following commands initiate a trigger event: *TRG method RsSmw.source.sweep.power.execute.set() method RsSmw.source.sweep.frequency.execute.set() method RsSmw.trigger.sweep.immediate.perform() , method RsSmw.trigger.psweep.immediate.perform() and method RsSmw.trigger.freqSweep.immediate.perform() . Set the sweep mode with the commands: method RsSmw.source.sweep.power.mode() AUTO | STEP method RsSmw.source.sweep.frequency.mode() AUTO | STEP method RsSmw.source.lfOutput.sweep.frequency.mode() AUTO | STEP In step mode (STEP) , the instrument executes only one step. EXTernal An external signal triggers the sweep. EAUTo An external signal triggers the sweep. When one sweep is finished, the next sweep starts. A second trigger event stops the sweep at the current frequency, a third trigger event starts the trigger at the start frequency, and so on.

  • inputIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)