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

class ophyd_async.core.HintedSignal(signal: AsyncReadable | AsyncConfigurable | AsyncStageable | HasHints, allow_cache: bool = True)[source]#

Bases: HasHints, AsyncReadable

Methods

Attributes

async read() Dict[str, Reading][source]#
async describe() Dict[str, DataKey][source]#
property name: str#
property hints: Hints#
classmethod uncached(signal: AsyncReadable | AsyncConfigurable | AsyncStageable | HasHints) HintedSignal[source]#