Source

SCPI Command :

TRIGger[:SEQuence]:SOURce
class SourceCls[source]

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

get() RsFsw.enums.TriggerSourceF[source]
# SCPI: TRIGger[:SEQuence]:SOURce
value: enums.TriggerSourceF = driver.applications.k9X11Ad.trigger.sequence.source.get()

Selects the trigger source. For triggering with AF, AM, AMRelative, FM, and PM trigger sources to be successful, the measurement time must cover at least 5 periods of the audio signal. For details on trigger sources, see ‘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 EXTernal Trigger signal from the ‘Trigger Input’ connector. If the optional 2 GHz bandwidth extension (B2000/B5000) is installed and active, this parameter activates the ‘Ch3’ input connector on the oscilloscope. Then the FSW triggers when the signal fed into the ‘Ch3’ input connector on the oscilloscope meets or exceeds the specified trigger level. Note: In previous firmware versions, the external trigger was connected to the ‘Ch2’ input on the oscilloscope. As of firmware version FSW 2.30, the ‘Ch3’ input on the oscilloscope must be used! If power splitter mode is active, this parameter activates the ‘EXT TRIGGER INPUT’ connector on the oscilloscope. Then the FSW triggers when the signal fed into the ‘EXT TRIGGER INPUT’ connector on the oscilloscope meets or exceeds the specified trigger level. EXT2 Trigger signal from the ‘Trigger Input/Output’ connector. For FSW85 models, Trigger 2 is not available due to the second RF input connector on the front panel. The trigger signal is taken from the ‘Trigger Input/Output’ connector on the rear panel. Note: Connector must be configured for ‘Input’. EXT3 Trigger signal from the ‘TRIGGER 3 INPUT/ OUTPUT’ connector. Note: Connector must be configured for ‘Input’. RFPower First intermediate frequency (Frequency and time domain measurements only.) Not available for input from the optional ‘Analog Baseband’ interface. Not available for input from the optional ‘Digital Baseband’ interface. IFPower Second intermediate frequency Not available for input from the optional ‘Digital Baseband’ interface. For input from the optional ‘Analog Baseband’ interface, this parameter is interpreted as BBPower for compatibility reasons. IQPower Magnitude of sampled I/Q data For applications that process I/Q data, such as the I/Q Analyzer or optional applications. Not available for input from the optional ‘Digital Baseband’ interface. TIME Time interval BBPower Baseband power For input from the optional ‘Analog Baseband’ interface. For input from 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 GP0 | GP1 | GP2 | GP3 | GP4 | GP5 For applications that process I/Q data, such as the I/Q Analyzer or optional applications, and only if the optional ‘Digital Baseband’ interface is available. Defines triggering of the measurement directly via the LVDS connector. The parameter specifies which general-purpose bit (0 to 5) provides the trigger data. The assignment of the general-purpose bits used by the Digital IQ trigger to the LVDS connector pins is provided in ‘Digital I/Q’.

set(source: RsFsw.enums.TriggerSourceF) None[source]
# SCPI: TRIGger[:SEQuence]:SOURce
driver.applications.k9X11Ad.trigger.sequence.source.set(source = enums.TriggerSourceF.EXTernal)

Selects the trigger source. For triggering with AF, AM, AMRelative, FM, and PM trigger sources to be successful, the measurement time must cover at least 5 periods of the audio signal. For details on trigger sources, see ‘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 EXTernal Trigger signal from the ‘Trigger Input’ connector. If the optional 2 GHz bandwidth extension (B2000/B5000) is installed and active, this parameter activates the ‘Ch3’ input connector on the oscilloscope. Then the FSW triggers when the signal fed into the ‘Ch3’ input connector on the oscilloscope meets or exceeds the specified trigger level. Note: In previous firmware versions, the external trigger was connected to the ‘Ch2’ input on the oscilloscope. As of firmware version FSW 2.30, the ‘Ch3’ input on the oscilloscope must be used! If power splitter mode is active, this parameter activates the ‘EXT TRIGGER INPUT’ connector on the oscilloscope. Then the FSW triggers when the signal fed into the ‘EXT TRIGGER INPUT’ connector on the oscilloscope meets or exceeds the specified trigger level. EXT2 Trigger signal from the ‘Trigger Input/Output’ connector. For FSW85 models, Trigger 2 is not available due to the second RF input connector on the front panel. The trigger signal is taken from the ‘Trigger Input/Output’ connector on the rear panel. Note: Connector must be configured for ‘Input’. EXT3 Trigger signal from the ‘TRIGGER 3 INPUT/ OUTPUT’ connector. Note: Connector must be configured for ‘Input’. RFPower First intermediate frequency (Frequency and time domain measurements only.) Not available for input from the optional ‘Analog Baseband’ interface. Not available for input from the optional ‘Digital Baseband’ interface. IFPower Second intermediate frequency Not available for input from the optional ‘Digital Baseband’ interface. For input from the optional ‘Analog Baseband’ interface, this parameter is interpreted as BBPower for compatibility reasons. IQPower Magnitude of sampled I/Q data For applications that process I/Q data, such as the I/Q Analyzer or optional applications. Not available for input from the optional ‘Digital Baseband’ interface. TIME Time interval BBPower Baseband power For input from the optional ‘Analog Baseband’ interface. For input from 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 GP0 | GP1 | GP2 | GP3 | GP4 | GP5 For applications that process I/Q data, such as the I/Q Analyzer or optional applications, and only if the optional ‘Digital Baseband’ interface is available. Defines triggering of the measurement directly via the LVDS connector. The parameter specifies which general-purpose bit (0 to 5) provides the trigger data. The assignment of the general-purpose bits used by the Digital IQ trigger to the LVDS connector pins is provided in ‘Digital I/Q’.