Immediate

SCPI Command :

TRIGger<HW>:PSWeep:[IMMediate]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
perform(inputIx=InputIx.Default) None[source]
# TRIGger<HW>:PSWeep:[IMMediate]
driver.trigger.psweep.immediate.perform(inputIx = repcap.InputIx.Default)

Performs a single sweep and immediately starts the activated, corresponding sweep:

  • FSWeep - RF frequency

  • PSWeep - RF level

  • LFFSweep - LF frequency

  • SWEep - all sweeps

Effective in the following configuration:

  • TRIG:FSW | LFFS | PSW|[:SWE]:SOUR SING

  • SOUR:SWE:FREQ | POW:MODE AUTO or SOUR:LFO:SWE:[FREQ:]MODE AUTO

Alternatively, you can use the IMMediate command instead of the respective SWEep:[FREQ:]|POW:EXECute command.

Parameters:

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

perform_with_opc(inputIx=InputIx.Default, opc_timeout_ms: int = -1) None[source]