Zone
SCPI Command :
TRIGger:ZONE:HISTory
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_history() bool[source]
# TRIGger:ZONE:HISTory value: bool = driver.trigger.zone.get_history()
Applies the zone trigger condition to the acquisitions that are stored in the history memory. Thus, you can filter the history of waveforms on zone conditions.
- set_history(apply_zn_trig_history: bool) None[source]
# TRIGger:ZONE:HISTory driver.trigger.zone.set_history(apply_zn_trig_history = False)
Applies the zone trigger condition to the acquisitions that are stored in the history memory. Thus, you can filter the history of waveforms on zone conditions.
- Parameters:
apply_zn_trig_history – OFF | ON
Cloning the Group
# Create a copy of the original group, that exists independently
zone_copy = driver.trigger.zone.clone()
Subgroups