Lower
SCPI Command :
SEARch:TRIGger:LEVel:RUNT:LOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(key: str, signal_source: SignalSource) float[source]
# SEARch:TRIGger:LEVel:RUNT:LOWer value: float = driver.search.trigger.level.runt.lower.get(key = 'abc', signal_source = enums.SignalSource.AJ1)
Set the lower and upper voltage threshold, respectively.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
- Returns:
value: Voltage value
- set(key: str, signal_source: SignalSource, value: float) None[source]
# SEARch:TRIGger:LEVel:RUNT:LOWer driver.search.trigger.level.runt.lower.set(key = 'abc', signal_source = enums.SignalSource.AJ1, value = 1.0)
Set the lower and upper voltage threshold, respectively.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
value – Voltage value