Skip to content

Commit

Permalink
Update App in IDFF IOC
Browse files Browse the repository at this point in the history
  • Loading branch information
ximenes committed Dec 18, 2024
1 parent 9e345a9 commit ae03a83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion siriuspy/siriuspy/idff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def __init__(self, idname,
self.polarization = 'none'

# IDFF object with IDFF config
self.idff = _IDFF(idname, with_devctrl=False)
idffname_soft = idname + '_SOFT'
self.idff = _IDFF(idffname_soft, with_devctrl=False)

self.config_name = '' # stored in autosave file
self.read_autosave_file()
Expand Down

0 comments on commit ae03a83

Please sign in to comment.