Skip to content
Snippets Groups Projects
Commit 75aeca73 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'master' into L2SS-480-delays-to-beam-weights

parents 52d33105 7911bedf
No related branches found
No related tags found
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
#!/bin/bash #!/bin/bash
# writes the JSON dump to stdout, Do not change -i into -it incompatible with gitlab ci! # 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 * import tangostationcontrol
\ No newline at end of file
...@@ -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