Suspenders
AvgSignal
Bases: Signal
Signal that acts as a rolling average of another signal
Source code in mfx/suspenders.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
BeamEnergySuspendFloor
Bases: SuspendFloor
Suspend the run if the beam energy falls below a set value.
Source code in mfx/suspenders.py
30 31 32 33 34 35 36 37 38 39 40 41 42 |
|