Absolute
SCPI Command :
SEARch:TRIGger:LEVel:NOISe:ABSolute
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(key: str, signal_source: SignalSource) float[source]
# SEARch:TRIGger:LEVel:NOISe:ABSolute value: float = driver.search.trigger.level.noise.absolute.get(key = 'abc', signal_source = enums.SignalSource.AJ1)
Defines the trigger hysteresis, a range in absolute values around the trigger level. If the signal jitters inside this range and crosses the trigger level, no trigger event is detected.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
- Returns:
value: Hysteresis value
- set(key: str, signal_source: SignalSource, value: float) None[source]
# SEARch:TRIGger:LEVel:NOISe:ABSolute driver.search.trigger.level.noise.absolute.set(key = 'abc', signal_source = enums.SignalSource.AJ1, value = 1.0)
Defines the trigger hysteresis, a range in absolute values around the trigger level. If the signal jitters inside this range and crosses the trigger level, no trigger event is detected.
- Parameters:
key – String with the name of the search
signal_source – Source of the search, see ‘Waveform parameter’
value – Hysteresis value