Relative
SCPI Command :
TRIGger<*>:LEVel<*>:NOISe:RELative
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, triggerLevel=TriggerLevel.Default) float[source]
# TRIGger<*>:LEVel<*>:NOISe:RELative value: float = driver.trigger.level.noise.relative.get(trigger = repcap.Trigger.Default, triggerLevel = repcap.TriggerLevel.Default)
Defines a range in percent around the trigger level. If the signal oscillates inside this range and crosses the trigger level thereby, no trigger event occurs.
- 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:
hyst_rel: Hysteresis in %. 10% = 1 div
- set(hyst_rel: float, trigger=Trigger.Default, triggerLevel=TriggerLevel.Default) None[source]
# TRIGger<*>:LEVel<*>:NOISe:RELative driver.trigger.level.noise.relative.set(hyst_rel = 1.0, trigger = repcap.Trigger.Default, triggerLevel = repcap.TriggerLevel.Default)
Defines a range in percent around the trigger level. If the signal oscillates inside this range and crosses the trigger level thereby, no trigger event occurs.
- Parameters:
hyst_rel – Hysteresis in %. 10% = 1 div
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’)