Otype
SCPI Command :
OUTPut:TRIGger<2|3>:OTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(triggerPort=TriggerPort.Default) TriggerOutType[source]
# OUTPut:TRIGger<2 | 3>:OTYPe value: enums.TriggerOutType = driver.applications.k149Uwb.output.trigger.otype.get(triggerPort = repcap.TriggerPort.Default)
Selects the type of signal generated at the trigger output.
- 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<2 | 3>:OTYPe driver.applications.k149Uwb.output.trigger.otype.set(type_py = enums.TriggerOutType.DEVice, triggerPort = repcap.TriggerPort.Default)
Selects the type of signal generated at the trigger output.
- Parameters:
triggerPort – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)