Note
Ophyd.v2 is included on a provisional basis until the v2.0 release and may change API on minor release numbers before then
ophyd.v2.core.Device#
- class ophyd.v2.core.Device(name: str = '')#
Bases:
HasName
Common base class for all Ophyd.v2 Devices.
By default, names and connects all Device children.
Methods
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