Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lofar2.0/tango
  • mckenna/tango
2 results
Show changes
Commits on Source (3)
#!/bin/bash
# writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci!
docker exec -i "${CONTAINER_NAME_PREFIX}"dsconfig python -m dsconfig.
docker exec -i "${CONTAINER_NAME_PREFIX}"dsconfig python -m dsconfig.dump
from tangostationcontrol import *
\ No newline at end of file
import tangostationcontrol
......@@ -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::
......