Level
SCPI Command :
OUTPut<up>:TRIGger<tp>[:UDEFined]:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) LowHigh[source]
# OUTPut<up>:TRIGger<tp>[:UDEFined]:LEVel value: enums.LowHigh = driver.applications.k30NoiseFigure.output.trigger.userDefined.level.get(outputConnector = repcap.OutputConnector.Default, triggerPort = repcap.TriggerPort.Default)
Defines the level of the (TTL compatible) signal generated at the trigger output. Works only if you have selected a user-defined output with method
RsFsw.applications.k17Mcgd.output.trigger.otype.set().- 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:
level: HIGH 5 V LOW 0 V
- set(level: LowHigh, outputConnector=OutputConnector.Default, triggerPort=TriggerPort.Default) None[source]
# OUTPut<up>:TRIGger<tp>[:UDEFined]:LEVel driver.applications.k30NoiseFigure.output.trigger.userDefined.level.set(level = enums.LowHigh.HIGH, outputConnector = repcap.OutputConnector.Default, triggerPort = repcap.TriggerPort.Default)
Defines the level of the (TTL compatible) signal generated at the trigger output. Works only if you have selected a user-defined output with method
RsFsw.applications.k17Mcgd.output.trigger.otype.set().- Parameters:
level – HIGH 5 V LOW 0 V
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’)