-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- tutorials | ||
- installation | ||
- using existing devices - soft device, DeviceCollector, using verbs | ||
- implementing EPICS devices - EPICS demo, mover, observe_signals, implementing verbs, types, Hinted signal and standard readable | ||
- implementing Tango devices - as above but Tango | ||
- implementing FastCS devices - as above but FastCS | ||
- writing tests for devices - EPICS demo, mock, assert, system tests | ||
- implementing detector support - pattern detector, file writing, documents | ||
- how-to | ||
- How to choose the right base class when implementing a new Device | ||
- How to reimplement an ophyd sync device in ophyd-async | ||
- How to wait for signals while implementing bluesky verbs | ||
- How to store and retrieve device settings | ||
- How to use settings to put devices back in their original state | ||
- How to implementing a device for an EPICS areaDetector | ||
- explanations | ||
- devices, signals and their backends | ||
- declarative vs procedural devices | ||
- where should device logic live |