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.Signal#
- class ophyd.v2.core.Signal(*args, **kwargs)#
Bases:
Device
Signals are like ophyd Signals, but async
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
Like ca://PV_PREFIX:SIGNAL, or "" if not set
- set_name(name: str = '')#
Set
self.name=name
and eachself.child.name=name+"-child"
.- Parameters:
- name:
New name to set, do nothing if blank or name is all set