Otype

SCPI Command :

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

Selects the type of signal generated at the trigger output.

Parameters:
  • outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

  • 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: OutputType, outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) None[source]
# OUTPut<up>:TRIGger<tp>:OTYPe
driver.applications.k14Xnr5G.output.trigger.otype.set(output_type = enums.OutputType.DEVice, outputConnector = repcap.OutputConnector.Default, triggerPort = repcap.TriggerPort.Default)

Selects the type of signal generated at the trigger output.

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() .

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

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