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.CalculateTimeout#

class ophyd_async.core.CalculateTimeout[source]#

Bases: object

Sentinel class used to implement myfunc(timeout=CalculateTimeout)

This signifies that the function should calculate a suitable non-zero timeout itself

Methods