PulseList
Aggregate pulses into a single Signal or SignalSum.
driving_field_name (str | None) – If given, include only pulses whose driving_field name matches this value.
str
None
clip (bool) – If True, sum each pulse’s gated Pulse.signal; if False, sum raw envelopes without per‑pulse gating. Default: True.
bool
Pulse.signal
Signal | SignalSum
Signal
SignalSum
A Signal (or SignalSum) representing the sum of all included pulses.