Skip to content

Commit

Permalink
Add SAPUCAIA APU22
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Oct 7, 2024
1 parent 3f77966 commit f05304b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyqt-apps/siriushla/as_ap_launcher/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def _create_id_menu(self):

idlist = ['SI-06SB:ID-APU22', 'SI-07SP:ID-APU22',
'SI-09SA:ID-APU22', 'SI-11SP:ID-APU58',
'SI-10SB:ID-DELTA52']
'SI-10SB:ID-DELTA52', 'SI-17SA:ID-APU22']
for idname in idlist:
idname = SiriusPVName(idname)
beamline = IDSearch.conv_idname_2_beamline(idname)
Expand Down
3 changes: 2 additions & 1 deletion pyqt-apps/siriushla/si_id_control/id_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def _setupAPULayout(self):
lay.addWidget(self._apu_header)

idlist = ['SI-06SB:ID-APU22', 'SI-07SP:ID-APU22',
'SI-09SA:ID-APU22', 'SI-11SP:ID-APU58']
'SI-09SA:ID-APU22', 'SI-11SP:ID-APU58',
'SI-17SA:ID-APU22']
for idname in idlist:
apu_wid = APUSummaryWidget(self, self._prefix, idname)
lay.addWidget(apu_wid)
Expand Down

0 comments on commit f05304b

Please sign in to comment.