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.

list of Channel names in active Measurement Group #1688

Open
@kklmn

Description

@kklmn

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!

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