fastcs.attribute_io_ref#
Members
Base for references to define IO for an |
- class fastcs.attribute_io_ref.AttributeIORef(*, update_period: float | None = None)[source]#
Base for references to define IO for an
Attributeover an API.This object acts as a specification of the API that its corresponding
AttributeIOshould access for a givenAttribute. The fields necessary to distinguish between differentAttributesis an implementation detail of the IO, but some examples are a string to send over a TCP port, or URI within an HTTP server.