Skip to content

Commit

Permalink
injctrl.MNT: change default target current to 100mA
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 committed Feb 1, 2022
1 parent d9e78fd commit b74b7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions siriuspy/siriuspy/injctrl/csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ def get_injctrl_propty_database():
'type': 'float', 'value': eghvolt, 'prec': 3,
'unit': 'kV', 'lolim': 0.0, 'hilim': 95.0},
'TargetCurrent-SP': {
'type': 'float', 'value': 70.0, 'unit': 'mA',
'type': 'float', 'value': 100.0, 'unit': 'mA',
'prec': 2, 'lolim': 0.0, 'low': 0.0, 'lolo': 0.0,
'hilim': 500.0, 'high': 500.0, 'hihi': 500.0},
'TargetCurrent-RB': {
'type': 'float', 'value': 70.0, 'unit': 'mA',
'type': 'float', 'value': 100.0, 'unit': 'mA',
'prec': 2, 'lolim': 0.0, 'low': 0.0, 'lolo': 0.0,
'hilim': 500.0, 'high': 500.0, 'hihi': 500.0},
'BucketListStart-SP': {
Expand Down
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/injctrl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self):
self._multbunbiasvolt = EGun.BIAS_MULTI_BUNCH
self._filaopcurr = EGun.FILACURR_OPVALUE
self._hvopvolt = EGun.HV_OPVALUE
self._target_current = 70.0
self._target_current = 100.0
self._bucketlist_start = 1
self._bucketlist_stop = 864
self._bucketlist_step = 15
Expand Down

0 comments on commit b74b7dc

Please sign in to comment.