Skip to content

Commit

Permalink
DOC #897
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 27, 2023
1 parent b8bacad commit c86a16b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ release expected by 2023-12-15
New Features
------------

* Add (ophyd) device support for
* DG-645 digital delay/pulse generator
* Add (ophyd) device support for:
* DG-645 digital delay/pulse generator.
* Measurement Computing USB CTR08 High-Speed Counter/Timer
* Simulated process controller as positioner using EPICS swait record.
* Simulated process controller as positioner using EPICS transform record.
* Add subnet check for APSU beamlines.
* Add template support for writing NeXus/HDF5 files.
* New lineup2() plan can be used in console, notebooks, and queueserver.
Expand Down
12 changes: 12 additions & 0 deletions docs/source/api/_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Motors, Positioners, Axes, ...
~apstools.devices.positioner_soft_done.PVPositionerSoftDoneWithStop
~apstools.devices.shutters.EpicsMotorShutter
~apstools.devices.shutters.EpicsOnOffShutter
~apstools.devices.simulated_controllers.SimulatedSwaitControllerPositioner
~apstools.devices.simulated_controllers.SimulatedTransformControllerPositioner

.. _devices.shutters:

Expand Down Expand Up @@ -175,6 +177,8 @@ Controllers
~apstools.devices.ptc10_controller.PTC10RtdChannel
~apstools.devices.ptc10_controller.PTC10TcChannel
~apstools.devices.ptc10_controller.PTC10PositionerMixin
~apstools.devices.simulated_controllers.SimulatedSwaitControllerPositioner
~apstools.devices.simulated_controllers.SimulatedTransformControllerPositioner

Readers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -205,6 +209,8 @@ Other Support
~apstools.devices.measComp_usb_ctr_support.MeasCompCtr
~apstools.devices.kohzu_monochromator.KohzuSeqCtl_Monochromator
~apstools.devices.flyer_motor_scaler.SignalValueStack
~apstools.devices.simulated_controllers.SimulatedSwaitControllerPositioner
~apstools.devices.simulated_controllers.SimulatedTransformControllerPositioner
~apstools.devices.srs570_preamplifier.SRS570_PreAmplifier
~apstools.devices.struck3820.Struck3820
~apstools.devices.delay.DG645Delay
Expand Down Expand Up @@ -371,6 +377,12 @@ All Submodules
:show-inheritance:
:inherited-members:

.. automodule:: apstools.devices.simulated_controllers
:members:
:private-members:
:show-inheritance:
:inherited-members:

.. automodule:: apstools.devices.srs570_preamplifier
:members:
:private-members:
Expand Down

0 comments on commit c86a16b

Please sign in to comment.