Skip to content

Commit

Permalink
BORF: Fix pvs in ramp controls duration
Browse files Browse the repository at this point in the history
  • Loading branch information
xresende committed Oct 8, 2024
1 parent de20626 commit 4122ae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyqt-apps/siriushla/as_rf_control/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,14 +753,14 @@ def _rampControlLayout(self):
self.lb_rmpincts.showUnits = True

self.sb_rmpts1 = SiriusSpinbox(
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpIncTime-SP')
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs1-SP')
self.lb_rmpts1 = SiriusLabel(
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpIncTime-RB')
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs1-RB')
self.lb_rmpts1.showUnits = True
self.sb_rmpts2 = SiriusSpinbox(
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs2-SP')
self.lb_rmpts2 = SiriusLabel(
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs2-SP')
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs2-RB')
self.lb_rmpts2.showUnits = True
self.sb_rmpts3 = SiriusSpinbox(
self, self.prefix+'RA-RaBO01:RF-LLRF:RmpTs3-SP')
Expand Down

0 comments on commit 4122ae7

Please sign in to comment.