ophyd_async.core.walk_rw_signals#
- ophyd_async.core.walk_rw_signals(device: Device, path_prefix: str | None = '') Dict[str, SignalRW[Any]] [source]#
Retrieve all SignalRWs from a device.
Stores retrieved signals with their dotted attribute paths in a dictionary. Used as part of saving and loading a device.
- Parameters:
- Returns:
SignalRWs (dict) – A dictionary matching the string attribute path of a SignalRW with the signal itself.
See Also
——–