Source

SCPI Commands

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

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

get(triggerPort=TriggerPort.Default) ReferenceSourceD[source]
# SCPI: TRIGger<tp>[:SEQuence]:SOURce
value: enums.ReferenceSourceD = driver.applications.k30NoiseFigure.trigger.sequence.source.get(triggerPort = repcap.TriggerPort.Default)

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 triggerPort

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

return

source: IMMediate Free Run EXT | EXT2 Trigger signal from one of the ‘Trigger Input/Output’ connectors. Note: Connector must be configured for ‘Input’.

set(source: ReferenceSourceD, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:SOURce
driver.applications.k30NoiseFigure.trigger.sequence.source.set(source = enums.ReferenceSourceD.EXT2, triggerPort = repcap.TriggerPort.Default)

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’.

param triggerPort

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