Level
SCPI Command :
OUTPut:TRIGger<tp>[:UDEFined]:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(triggerPort=TriggerPort.Default) LowHigh[source]
# OUTPut:TRIGger<tp>[:UDEFined]:LEVel value: enums.LowHigh = driver.applications.k91Wlan.output.trigger.userDefined.level.get(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:
triggerPort – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
level: HIGH 5 V LOW 0 V
- set(level: LowHigh, triggerPort=TriggerPort.Default) None[source]
# OUTPut:TRIGger<tp>[:UDEFined]:LEVel driver.applications.k91Wlan.output.trigger.userDefined.level.set(level = enums.LowHigh.HIGH, 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
triggerPort – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)