Skip to content

Commit

Permalink
DOC #253 switch functions (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Apr 29, 2024
1 parent d2b5f4c commit 800519c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/howto/_basic_aps_info.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
}
],
"source": [
"apstools.utils.device_read2table(aps)"
"apstools.utils.listdevice(aps)"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/source/instrument/_test_bluesky_at_aps.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ OrderedDict([('aps_current',


<details>
<summary><tt>device_read2table(aps): <tt>aps.read()</tt> in table with formatted timestamps</tt></summary>
<summary><tt>listdevice(aps): <tt>aps.read()</tt> in table with formatted timestamps</tt></summary>

```
In [4]: from apstools.utils import device_read2table
In [4]: from apstools.utils import listdevice
In [5]: device_read2table(aps)
In [5]: listdevice(aps)
========================================== ================================== ==========================
name value timestamp
========================================== ================================== ==========================
Expand Down

0 comments on commit 800519c

Please sign in to comment.