Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Sep 20, 2023
1 parent 09466d1 commit 6a7a91f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ophyd_async/core/_device/device_save_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def get_signal_RWs_from_device(
A dictionary matching the string attribute path of a SignalRW with the
signal itself. Leave blank when calling method.
Returns:
Returns
----------
SignalRWs: Dict
A dictionary matching the string attribute path of a SignalRW with the
signal itself.
Expand Down Expand Up @@ -57,10 +58,10 @@ def save_device(device: Device, savename: str, ignore: List[str] = []):
device : Savable
Ophyd device which implements the sort_signal_by_phase method.
savename: String
savename : String
name of yaml file
ignore: List[String]
ignore : List[String]
List of attributes path strings to not include in the save file
Expand Down

0 comments on commit 6a7a91f

Please sign in to comment.