Immediate

SCPI Command :

TRIGger<HW>:LFFSweep:IMMediate
class ImmediateCls[source]

Immediate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(inputIx=InputIx.Default) None[source]
# SCPI: TRIGger<HW>:LFFSweep:IMMediate
driver.trigger.lffSweep.immediate.set(inputIx = repcap.InputIx.Default)


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

    - FSWeep - RF frequency
    - PSWeep - RF level
    - LFFSweep - LF frequency
    - SWEep - all sweeps
    INTRO_CMD_HELP: 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.

param inputIx

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

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