Otype

SCPI Command :

OUTPut<up>:TRIGger<tp>:OTYPe
class OtypeCls[source]

Otype commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) RsFsw.enums.TriggerOutType[source]
# SCPI: OUTPut<up>:TRIGger<tp>:OTYPe
value: enums.TriggerOutType = driver.applications.k10Xlte.output.trigger.otype.get(outputConnector = repcap.OutputConnector.Default, 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.

param outputConnector

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

param triggerPort

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

return

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.Applications.K10x_Lte.Output.Trigger.Level.set.

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

param 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.Applications.K10x_Lte.Output.Trigger.Level.set.

param outputConnector

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

param triggerPort

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