Source

SCPI Commands

TRIGger:SEQuence:SOURce
class SourceCls[source]

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

get() TriggerSeqSource[source]
# SCPI: TRIGger[:SEQuence]:SOURce
value: enums.TriggerSeqSource = driver.trigger.sequence.source.get()

This command selects the trigger source. Note on external triggers: If a measurement is configured to wait for an external trigger signal in a remote control program, remote control is blocked until the trigger is received and the program can continue. Make sure that this situation is avoided in your remote control programs.

return

source: IMMediate Free Run EXT | EXT2 Trigger signal from one of the ‘Trigger Input/Output’ connectors. Note: Connector must be configured for ‘Input’. RFPower First intermediate frequency (Frequency and time domain measurements only.) IFPower Second intermediate frequency IQPower Magnitude of sampled I/Q data For applications that process I/Q data, such as the I/Q Analyzer or optional applications. BBPower Baseband power (for digital input via the optional ‘Digital Baseband’ interface PSEN External power sensor AF AF power signal FM FM power signal AM corresponds to the RF power signal AMRelative corresponds to the AM signal PM PM power signal

set(source: TriggerSeqSource) None[source]
# SCPI: TRIGger[:SEQuence]:SOURce
driver.trigger.sequence.source.set(source = enums.TriggerSeqSource.ACVideo)

This command selects the trigger source. Note on external triggers: If a measurement is configured to wait for an external trigger signal in a remote control program, remote control is blocked until the trigger is received and the program can continue. Make sure that this situation is avoided in your remote control programs.

param source

IMMediate Free Run EXT | EXT2 Trigger signal from one of the ‘Trigger Input/Output’ connectors. Note: Connector must be configured for ‘Input’. RFPower First intermediate frequency (Frequency and time domain measurements only.) IFPower Second intermediate frequency IQPower Magnitude of sampled I/Q data For applications that process I/Q data, such as the I/Q Analyzer or optional applications. BBPower Baseband power (for digital input via the optional ‘Digital Baseband’ interface PSEN External power sensor AF AF power signal FM FM power signal AM corresponds to the RF power signal AMRelative corresponds to the AM signal PM PM power signal