Skip to content
Snippets Groups Projects
Commit e56f6838 authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Add ProportionalIntegralLoop and DirectFeedback

Add ProportionalIntegralLoop and DirectFeedback based on a code refactoring of the RF-FB branch of Naoto.
Small changes to ProportionalLoop and TunerLoop to store the cav_res as class attribute to agree with other FBs.
Small change to the CavityResonator.feedback interface.
parent ebd806ea
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ from mbtrack2.tracking.synchrotron import Synchrotron ...@@ -8,7 +8,9 @@ from mbtrack2.tracking.synchrotron import Synchrotron
from mbtrack2.tracking.rf import (RFCavity, from mbtrack2.tracking.rf import (RFCavity,
CavityResonator, CavityResonator,
ProportionalLoop, ProportionalLoop,
TunerLoop) TunerLoop,
ProportionalIntegralLoop,
DirectFeedback)
from mbtrack2.tracking.parallel import Mpi from mbtrack2.tracking.parallel import Mpi
from mbtrack2.tracking.element import (Element, from mbtrack2.tracking.element import (Element,
LongitudinalMap, LongitudinalMap,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment