light-scattering-io / caqtus

Package that provides tools to control an experiment
MIT License
0 stars 0 forks source link

Remove device server field from device configuration #42

Open light-scattering-io opened 2 weeks ago

light-scattering-io commented 2 weeks ago

Is your feature request related to a problem? Please describe. The device server field of a device configuration should not be incorporated in the device configuration. This forces every subclass to know about it and to handle it.

Describe the solution you'd like Instead, this should be stored next to the configuration and not accessible to configuration subclasses, since it is an orthogonal feature.