Skip to content

Commit

Permalink
Update module name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed Jul 24, 2024
1 parent bc93358 commit 7ebad16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/make-a-standard-detector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ Writing a non-AreaDetector StandardDetector
A non-AreaDetector `StandardDetector` should implement `DetectorControl` and `DetectorWriter` directly.
Here we construct a `DetectorControl` that co-ordinates signals on a PandA PositionCapture block - a child device "pcap" of the `StandardDetector` implementation, analogous to the :py:class:`FooDriver`.

.. literalinclude:: ../../src/ophyd_async/fastcs/panda/_panda_controller.py
.. literalinclude:: ../../src/ophyd_async/fastcs/panda/_control.py
:pyobject: PandaPcapController

The PandA may write a number of fields, and the :py:class:`PandaHDFWriter` co-ordinates those, configures the filewriter and describes the data for the RunEngine.

.. literalinclude:: ../../src/ophyd_async/fastcs/panda/_hdf_writer.py
.. literalinclude:: ../../src/ophyd_async/fastcs/panda/_writer.py
:pyobject: PandaHDFWriter

The PandA StandardDetector implementation simply ties the component parts and its child devices together.
Expand Down

0 comments on commit 7ebad16

Please sign in to comment.