Open
Description
Currently you can pass general information to the datatypes, e.g Bool(znam="1", onam="1")
or Float(prec=0)
. We need to be able to add epics specific information too, for example EGU
, DESC
.
I suggest that we create a new optional kwarg on either the datatypes or attributes:configuration=
. This will be an child of a new abstract class to describe further information about the datatype. Then in the epics backend we can check for this (an EpicsIntConfiguration
and set our sub fields on the record accordingly).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog