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

Selects the type of signal generated at the trigger output.

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

trigger_output_type: No help available

set(trigger_output_type: RsFsw.enums.OutputType, outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) None[source]
# SCPI: OUTPut<up>:TRIGger<tp>:OTYPe
driver.applications.k70Vsa.output.trigger.otype.set(trigger_output_type = enums.OutputType.DEVice, outputConnector = repcap.OutputConnector.Default, triggerPort = repcap.TriggerPort.Default)

Selects the type of signal generated at the trigger output.

param trigger_output_type

No help available

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’)