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.
list of Channel names in active Measurement Group #1688
Open
Description
Hello,
I want to get the subj to display it in a qt gui. I see the method getExperimentConfiguration() of BaseDoor that would probably give it.
But in our beamline's door this method does not exist:
Probably, the Turus Extention's door is something different from the beamline's door, Cthulhu knows why...
In going with the taurus door:
import taurus
door = taurus.Device('Balder/Door/01')
both door.getExperimentConfiguration()
and door.getExperimentConfigurationObj()
result in
AttributeError: configurationChanged (For more detailed information type: python_error)
where configurationChanged
is a qt signal. So the methods do not work, which I consider a bug.
How would you get the subj, with or without taurus?
Thanks!