Immediate

SCPI Command :

OUTPut<HW>:USER<CH>:TRIGger:[IMMediate]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
perform(userIx=UserIx.Default) None[source]
# OUTPut<HW>:USER<CH>:TRIGger:[IMMediate]
driver.output.user.trigger.immediate.perform(userIx = repcap.UserIx.Default)

Generates a short pulse signal and outputs it at the USER connector. This signal can serve as a common external trigger signal for triggering of several R&S SMW200A, see Example ‘Triggering several R&S SMW200A instruments simultaneously’.

Parameters:

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

perform_with_opc(userIx=UserIx.Default, opc_timeout_ms: int = -1) None[source]