Skip to content

Commit

Permalink
Update def IDFF config name for DELTA52
Browse files Browse the repository at this point in the history
  • Loading branch information
xresende committed Jan 27, 2025
1 parent bdf5baa commit 9264c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/idff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _get_default_configname(self):
elif self._const.idname.dev == 'PAPU50':
return 'papu50_ref'
elif self._const.idname.dev == 'DELTA52':
return 'delta52_ref'
return 'si_10sb_delta52_ref'
elif self._const.idname.dev == 'IVU18':
return 'ivu18_ref'
return ''
Expand Down

0 comments on commit 9264c81

Please sign in to comment.