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

fix: lsmeas use name instead of channel label #1663

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

catunlock
Copy link

When an element is renamed using renameelem the macro lsmeas still shows the previous name (label) #1053.

We propose to acquire and show the name of the elements of the measurement group from the full name (i.e: ct1, ct2, sys/tg_test/1/ampli).

closes #1053.

When a element is renamed using renameelem the macro
lsmeas still shows the previous name (label) sardana-org#1053.

We propose to adquire and show the name of the
elements of the measurement group from the full name
(i.e: ct1, ct2, sys/tg_test/1/ampli).

closes sardana-org#1053.
@13bscsaamjad
Copy link

the call getTimerName() is still returning the old timer name!

@catunlock
Copy link
Author

Yes, but it's a deprecated method and with @reszelaz we decided that probably the best we can do is remove the timer column from the macro. So it shouldn't be a problem for now.

I will make another pull request removing the timer column as soon as this one gets accepted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

renameelem does not change the MG configuration
2 participants