Skip to content
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
@cmft

Description

@cmft

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions