Value

SCPI Command :

TRIGger<*>:LEVel<*>[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, triggerLevel=TriggerLevel.Default) float[source]
# TRIGger<*>:LEVel<*>[:VALue]
value: float = driver.trigger.level.value.get(trigger = repcap.Trigger.Default, triggerLevel = repcap.TriggerLevel.Default)

Sets the trigger level for the specified event and source. If the trigger source is serial bus, the trigger level is set by the thresholds in the protocol configuration.

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

  • triggerLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)

Returns:

level: Voltage for the trigger level.

set(level: float, trigger=Trigger.Default, triggerLevel=TriggerLevel.Default) None[source]
# TRIGger<*>:LEVel<*>[:VALue]
driver.trigger.level.value.set(level = 1.0, trigger = repcap.Trigger.Default, triggerLevel = repcap.TriggerLevel.Default)

Sets the trigger level for the specified event and source. If the trigger source is serial bus, the trigger level is set by the thresholds in the protocol configuration.

Parameters:
  • level – Voltage for the trigger level.

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

  • triggerLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)