Value
SCPI Command :
TRIGger:EVENt<*>:LEVel<*>[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default, lvl=Lvl.Default) float[source]
# TRIGger:EVENt<*>:LEVel<*>[:VALue] value: float = driver.trigger.event.level.value.get(evnt = repcap.Evnt.Default, lvl = repcap.Lvl.Default)
Sets the trigger level for the specified event and source (channel) . If the trigger source is serial bus, the trigger level is set by the thresholds in the protocol configuration.
- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
lvl – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)
- Returns:
level: -10 to 10
- set(level: float, evnt=Evnt.Default, lvl=Lvl.Default) None[source]
# TRIGger:EVENt<*>:LEVel<*>[:VALue] driver.trigger.event.level.value.set(level = 1.0, evnt = repcap.Evnt.Default, lvl = repcap.Lvl.Default)
Sets the trigger level for the specified event and source (channel) . If the trigger source is serial bus, the trigger level is set by the thresholds in the protocol configuration.
- Parameters:
level – -10 to 10
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
lvl – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)