Skip to content

Commit

Permalink
Merge 7aeed5c into d2b5f4c
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 28, 2024
2 parents d2b5f4c + 7aeed5c commit 4e7d3c2
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 4e7d3c2

Please sign in to comment.