Skip to content

Commit

Permalink
Fix pscontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
xresende committed Apr 23, 2024
1 parent 4537fee commit 071a2e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/pwrsupply/psctrl/pscontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class StandardPSController(PSController):

_WFM_PARMS = [
'WfmSelected-SP',
'WfmSyncMode-SP',
'WfmSyncMode-Sel',
'WfmFreq-SP',
'WfmGain-SP',
'WfmOffset-SP',
Expand Down
5 changes: 4 additions & 1 deletion siriuspy/tests/pwrsupply/test_csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
'MAX_WFMSIZE_OTHERS',
'DEF_WFMSIZE_OTHERS',
'DEFAULT_WFM_OTHERS',
'DEFAULT_WFM',
'DEFAULT_WFM_SELECTED',
'DEFAULT_WFM_FREQUENCY',
'DEFAULT_WFM_GAIN',
'DEFAULT_WFM_OFFSET',
'DEFAULT_WFM',
'PSSOFB_MAX_NR_UDC',
'DEFAULT_SIGGEN_CONFIG',
'PS_CURRENT_PRECISION',
Expand Down

0 comments on commit 071a2e3

Please sign in to comment.