Level

SCPI Command :

OUTPut:TRIGger<tp>:LEVel
class LevelCls[source]

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

get(triggerPort=TriggerPort.Default) RsFsw.enums.LowHigh[source]
# SCPI: OUTPut:TRIGger<tp>:LEVel
value: enums.LowHigh = driver.applications.k17Mcgd.output.trigger.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.K17_Mcgd.Output.Trigger.Otype.set.

param triggerPort

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

return

level: HIGH 5 V LOW 0 V

set(level: RsFsw.enums.LowHigh, triggerPort=TriggerPort.Default) None[source]
# SCPI: OUTPut:TRIGger<tp>:LEVel
driver.applications.k17Mcgd.output.trigger.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.K17_Mcgd.Output.Trigger.Otype.set.

param level

HIGH 5 V LOW 0 V

param triggerPort

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