fastcs.attribute_io
#
Members
Base class for performing IO for an |
- class fastcs.attribute_io.AttributeIO(name: str | None = None)[source]#
Base class for performing IO for an
Attribute
This class should be inherited to implement reading and writing values from
Attributes
via some API. For read,Attribute``s implement the ``update
method and for write,Attribute
implement thesend
method.Concrete implementations of this class must be parameterised with a specific
AttributeIORef
that defines exactly what part of the API theAttribute
corresponds to. See the docstring forAttributeIORef
for more information.- ref_type#
alias of
AttributeIORef