Skip to content

Commit

Permalink
Merge pull request #715 from lnls-sirius/fix-boramp
Browse files Browse the repository at this point in the history
BORF: Fix pvs in ramp controls duration
  • Loading branch information
murilobalves authored Oct 15, 2024
2 parents de20626 + 4122ae7 commit f86b91a
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 f86b91a

Please sign in to comment.