fastcs.attributes
#
Members
A read-only |
|
A read-write |
|
A write-only |
|
Base FastCS attribute. |
|
Special value to indicate that an attribute should be updated once on start up. |
- fastcs.attributes.ONCE = inf#
Special value to indicate that an attribute should be updated once on start up.
- class fastcs.attributes.Attribute(datatype: DataType[T], io_ref: AttributeIORefT | None = None, group: str | None = None, description: str | None = None)[source]#
Base FastCS attribute.
Instances of this class added to a
Controller
will be used by the FastCS class.
- class fastcs.attributes.AttrR(datatype: DataType[T], io_ref: AttributeIORefT | None = None, group: str | None = None, initial_value: T | None = None, description: str | None = None)[source]#
A read-only
Attribute
.