Skip to content

Commit

Permalink
orbintlk.MNT: don't hardcode ItlkR event.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Dec 6, 2023
1 parent e02d762 commit 119d2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion siriuspy/siriuspy/orbintlk/csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def EVG_CONFIGS(cls):

hlevts = _HLTimeSearch.get_hl_events()
evtin0 = int(hlevts['Intlk'].strip('Evt'))
evtin1 = int(hlevts['ItlkR'].strip('Evt'))
evtin2 = int(hlevts['DCT13'].strip('Evt'))
evtin3 = int(hlevts['DCT14'].strip('Evt'))
evtout = int(hlevts['RFKll'].strip('Evt'))
Expand All @@ -166,7 +167,7 @@ def EVG_CONFIGS(cls):
('IntlkCtrlRepeat-Sel', 0),
('IntlkCtrlRepeatTime-SP', 0),
('IntlkEvtIn0-SP', evtin0),
('IntlkEvtIn1-SP', 118),
('IntlkEvtIn1-SP', evtin1),
('IntlkEvtIn2-SP', evtin2),
('IntlkEvtIn3-SP', evtin3),
('IntlkEvtOut-SP', evtout),
Expand Down

0 comments on commit 119d2e4

Please sign in to comment.