Skip to content
Snippets Groups Projects
Commit 0ad67732 authored by BRONES Romain's avatar BRONES Romain
Browse files

(fix) Add DB at init

parent e1f61345
Branches
No related tags found
No related merge requests found
......@@ -220,6 +220,7 @@ class DG_PY_FOFBLegacy(Device):
Device.init_device(self)
#----- PROTECTED REGION ID(DG_PY_FOFBLegacy.init_device) ENABLED START -----#
self.set_state(tango.DevState.INIT)
db = tango.Database()
# Create and init member _apply_cmds_to_x_plane only if it doesnt exist (first init at startup)
# Keeps the value for latter init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment