diff --git a/docs/source/devices/using.rst b/docs/source/devices/using.rst index b5c41bd8089bc88d606ee0fe7bf8c442ff259475..e328467f6bb01b17577bc8b5e1b99b5caeed7090 100644 --- a/docs/source/devices/using.rst +++ b/docs/source/devices/using.rst @@ -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 -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 typically involves the following sequence of commands::