Source

SCPI Command :

TRIGger[:SEQuence]:SOURce<si>
class SourceCls[source]

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

get(mimoAntenna=MimoAntenna.Nr1) RsFsw.enums.TriggerSourceLte[source]
# SCPI: TRIGger[:SEQuence]:SOURce<si>
value: enums.TriggerSourceLte = driver.applications.k10Xlte.trigger.sequence.source.get(mimoAntenna = repcap.MimoAntenna.Nr1)

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 this situation is avoided in your remote control programs.

param mimoAntenna

optional repeated capability selector. Default value: Nr1

return

source: IMMediate Free run (no trigger event to start a measurement) . EXTernal Measurement starts when the external trigger signal exceeds a certain level. Trigger signal from the ‘Trigger In’ connector. EXT2 Trigger signal from the ‘Trigger Input / Output’ connector. 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 Measurement starts when the first intermediate frequency exceeds a certain level. (Frequency and time domain measurements only.) Not available for input from the optional Digital Baseband Interface or the optional analog baseband Interface. IFPower Measurement starts when the second intermediate frequency exceeds a certain level. 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 Measurement starts when the sampled I/Q data exceeds a certain magnitude. For applications that process I/Q data, such as the I/Q analyzer or optional applications. BBPower Measurement starts when the baseband power exceeds a certain level. For digital input via the optional digital baseband interface or the optional analog baseband interface. PSEN External power sensor 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) will provide the trigger data. TUNit If activated, the measurement is triggered by a connected R&S FS-Z11 trigger unit, simultaneously for all connected analyzers.

set(source: RsFsw.enums.TriggerSourceLte, mimoAntenna=MimoAntenna.Nr1) None[source]
# SCPI: TRIGger[:SEQuence]:SOURce<si>
driver.applications.k10Xlte.trigger.sequence.source.set(source = enums.TriggerSourceLte.BBPower, mimoAntenna = repcap.MimoAntenna.Nr1)

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 this situation is avoided in your remote control programs.

param source

IMMediate Free run (no trigger event to start a measurement) . EXTernal Measurement starts when the external trigger signal exceeds a certain level. Trigger signal from the ‘Trigger In’ connector. EXT2 Trigger signal from the ‘Trigger Input / Output’ connector. 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 Measurement starts when the first intermediate frequency exceeds a certain level. (Frequency and time domain measurements only.) Not available for input from the optional Digital Baseband Interface or the optional analog baseband Interface. IFPower Measurement starts when the second intermediate frequency exceeds a certain level. 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 Measurement starts when the sampled I/Q data exceeds a certain magnitude. For applications that process I/Q data, such as the I/Q analyzer or optional applications. BBPower Measurement starts when the baseband power exceeds a certain level. For digital input via the optional digital baseband interface or the optional analog baseband interface. PSEN External power sensor 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) will provide the trigger data. TUNit If activated, the measurement is triggered by a connected R&S FS-Z11 trigger unit, simultaneously for all connected analyzers.

param mimoAntenna

optional repeated capability selector. Default value: Nr1