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.epics.demo.Sensor#
- class ophyd_async.epics.demo.Sensor(prefix: str, name='')[source]#
Bases:
StandardReadable
A demo sensor that produces a scalar value based on X and Y Movers
Methods
children
Connect self and all child Devices.
describe
describe_configuration
read
read_configuration
Set
self.name=name
and eachself.child.name=name+"-child"
.- param read:
Signals to make up
read()
stage
unstage
Attributes
Return the name of the Device
parent
The parent Device if it exists
- async connect(sim: bool = False, timeout: float = 10.0)#
Connect self and all child Devices.
Contains a timeout that gets propagated to child.connect methods.
- Parameters:
sim – If True then connect in simulation mode.
timeout – Time to wait before failing with a TimeoutError.