Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Impossible to disable global time channel #1700

Open
cmft opened this issue Oct 14, 2021 · 0 comments · May be fixed by #1704
Open

Impossible to disable global time channel #1700

cmft opened this issue Oct 14, 2021 · 0 comments · May be fixed by #1704
Labels

Comments

@cmft
Copy link

cmft commented Oct 14, 2021

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)
@cmft cmft added the bug label Oct 14, 2021
cmft added a commit to cmft/sardana that referenced this issue Nov 2, 2021
ExpConf gui does not allow to disable a channel if it was designed as global timer or monitor.

Fix sardana-org#1700
@cmft cmft linked a pull request Nov 2, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant