Skip to content

Commit

Permalink
fofb.MNT: use same unit in LoopGain PVs
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 committed Oct 17, 2022
1 parent b6e7c2b commit df9474d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions siriuspy/siriuspy/fofb/csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,25 @@ def get_hlfofb_database(self):
'LoopGainH-SP': {
'type': 'float', 'value': 1, 'prec': 4,
'lolim': -2**3, 'hilim': 2**3-1,
'unit': 'Horizontal FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},
'LoopGainH-RB': {
'type': 'float', 'value': 1, 'prec': 4,
'lolim': -2**3, 'hilim': 2**3-1,
'unit': 'Horizontal FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},
'LoopGainH-Mon': {
'type': 'float', 'value': 0, 'prec': 4,
'unit': 'Horizontal FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},
'LoopGainV-SP': {
'type': 'float', 'value': 1, 'prec': 4,
'lolim': -2**3, 'hilim': 2**3-1,
'unit': 'Vertical FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},
'LoopGainV-RB': {
'type': 'float', 'value': 1, 'prec': 4,
'lolim': -2**3, 'hilim': 2**3-1,
'unit': 'Vertical FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},
'LoopGainV-Mon': {
'type': 'float', 'value': 0, 'prec': 4,
'unit': 'Vertical FOFB pre-accumulator gain.'},
'unit': 'FOFB pre-accumulator gain.'},

# Correctors
'CHPosS-Cte': {
Expand Down

0 comments on commit df9474d

Please sign in to comment.