This repository was archived by the owner on Nov 3, 2021. It is now read-only.
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
Impossible to disable global time channel #1700
Open
Description
If in the exp conf you try to disable the channel that is also the global timer an exception is raising.
A patch is required in sardana/taurus/qt/qtgui/extra_sardana/expdescription.py (Line 534)
mgconfs = conf.get('MntGrpConfigs', {})
for mgname in self._dirtyMntGrps:
mgconf = mgconfs[mgname]
mgconf.pop('timer', None)
mgconf.pop('monitor', None)