Otype

SCPI Command :

OUTPut:TRIGger<tp>:OTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(triggerPort=TriggerPort.Default) TriggerOutType[source]
# OUTPut:TRIGger<tp>:OTYPe
value: enums.TriggerOutType = driver.applications.k6Pulse.output.trigger.otype.get(triggerPort = repcap.TriggerPort.Default)

Selects the type of signal generated at the trigger output. Note: For offline AF or RF triggers, no output signal is provided.

Parameters:

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

set(type_py: TriggerOutType, triggerPort=TriggerPort.Default) None[source]
# OUTPut:TRIGger<tp>:OTYPe
driver.applications.k6Pulse.output.trigger.otype.set(type_py = enums.TriggerOutType.DEVice, triggerPort = repcap.TriggerPort.Default)

Selects the type of signal generated at the trigger output. Note: For offline AF or RF triggers, no output signal is provided.

Parameters:

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