Skip to content

Commit

Permalink
Update documentation after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Oct 14, 2022
1 parent 421068e commit dc4a63f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/reference/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,16 @@ Test Facilities`_ documentation for more details of each function.

This is used to specify an initial value for each record.

.. _status and severity:
.. _status, severity:

`status and severity`
`status, severity`
~~~~~~~~~~~~~~~~~~~~~

Only available on IN records. These can be used with the alarm value enums
from `softioc.alarm` to set the initial alarm state of a record.
from `softioc.alarm` to set the initial alarm state and severity of a record.

.. note::

By default the builder module sets ``PINI`` to ``YES``, which means the
record will process at initialization and the alarm status will be reset.
These are not useful unless ``PINI`` is set to ``NO``, as otherwise the record
will be processed on initialization and the alarm status will be reset.

.. _on_update:

Expand Down

0 comments on commit dc4a63f

Please sign in to comment.