Note
Ophyd async is included on a provisional basis until the v1.0 release and may change API on minor release numbers before then
ophyd_async.core.Device#
- class ophyd_async.core.Device(name: str = '')[source]#
Bases:
HasName
Common base class for all Ophyd Async Devices.
By default, names and connects all Device children.
Methods
children
Connect self and all child Devices.
Set
self.name=name
and eachself.child.name=name+"-child"
.Attributes
Return the name of the Device
The parent Device if it exists