Otype

SCPI Command :

OUTPut:TRIGger<tp>:OTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(triggerPort=TriggerPort.Default) TriggerOutputType[source]
# OUTPut:TRIGger<tp>:OTYPe
value: enums.TriggerOutputType = driver.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’)

Returns:

output_type: DEVice Sends a trigger signal when the FSW has triggered internally. TARMed Sends a trigger signal when the trigger is armed and ready for an external trigger event. UDEFined Sends a user-defined trigger signal. For more information, see method RsFsw.output.trigger.level.set() .

set(output_type: TriggerOutputType, triggerPort=TriggerPort.Default) None[source]
# OUTPut:TRIGger<tp>:OTYPe
driver.output.trigger.otype.set(output_type = enums.TriggerOutputType.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:
  • output_type – DEVice Sends a trigger signal when the FSW has triggered internally. TARMed Sends a trigger signal when the trigger is armed and ready for an external trigger event. UDEFined Sends a user-defined trigger signal. For more information, see method RsFsw.output.trigger.level.set() .

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