Skip to content

Commit

Permalink
Merge pull request #1051 from lnls-sirius/orbintlk-phasenavgdiv
Browse files Browse the repository at this point in the history
orbintlk.ENH: control all timing RTM PLL parameters.
  • Loading branch information
anacso17 authored Dec 11, 2023
2 parents 5e1446e + 0a2dfd3 commit 803d5e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.84.0
2.85.0
2 changes: 2 additions & 0 deletions siriuspy/siriuspy/orbintlk/csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ class Const(_csdev.Const):
('RTMPhaseIntgGain-SP', 1),
('RTMFreqPropGain-SP', 1),
('RTMFreqIntgGain-SP', 128),
('RTMPhaseNavg-SP', 0),
('RTMPhaseDiv-SP', 0),
)
AFCPHYTRIG_CONFIGS = (
('Dir-Sel', 0),
Expand Down
2 changes: 2 additions & 0 deletions siriuspy/siriuspy/orbintlk/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def __init__(self, tests=True):
'RTMPhaseIntgGain-SP', 'RTMPhaseIntgGain-RB',
'RTMFreqPropGain-SP', 'RTMFreqPropGain-RB',
'RTMFreqIntgGain-SP', 'RTMFreqIntgGain-RB',
'RTMPhaseNavg-SP', 'RTMPhaseNavg-RB',
'RTMPhaseDiv-SP', 'RTMPhaseDiv-RB',
], auto_monitor_mon=True)
for idx in range(20)
}
Expand Down

0 comments on commit 803d5e7

Please sign in to comment.