Skip to content
Snippets Groups Projects
Commit fb9c1e48 authored by Jan David Mol's avatar Jan David Mol
Browse files

Mention use of device.status() in manual

parent 0432dc9b
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,9 @@ FAULT ...@@ -50,7 +50,9 @@ FAULT
`````````` ``````````
If a device enters the ``FAULT`` state, it means an error occurred that is fundamental to the operation of the software device. For example, the connection If a device enters the ``FAULT`` state, it means an error occurred that is fundamental to the operation of the software device. For example, the connection
to the hardware was lost. to the hardware was lost. TO see the error reason, use
:status(): The verbose status of the device, f.e. the reason why the device went to ``FAULT``.
Interaction with the device in the ``FAULT`` state is undefined, and attributes cannot be read or written. The device needs to be reinitialised, which Interaction with the device in the ``FAULT`` state is undefined, and attributes cannot be read or written. The device needs to be reinitialised, which
typically involves the following sequence of commands:: typically involves the following sequence of commands::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment