Upper
SCPI Command :
SEARch:TRIGger:LEVel:TRANsition:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(key: str, signal_source: SignalSource) float[source]
# SEARch:TRIGger:LEVel:TRANsition:UPPer value: float = driver.search.trigger.level.transition.upper.get(key = 'abc', signal_source = enums.SignalSource.AJ1)
Set the lower and upper voltage thresholds, respectively. When the signal crosses this level, the slew rate measurement starts or stops depending on the selected slope.
- 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:TRANsition:UPPer driver.search.trigger.level.transition.upper.set(key = 'abc', signal_source = enums.SignalSource.AJ1, value = 1.0)
Set the lower and upper voltage thresholds, respectively. When the signal crosses this level, the slew rate measurement starts or stops depending on the selected slope.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
value – Voltage value