Skip to content
Snippets Groups Projects
Commit ff9648ec authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Add a test for enable channel 9

parent 5f3c4b8b
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,12 @@ echo 'Revert to INIT state' ...@@ -136,6 +136,12 @@ echo 'Revert to INIT state'
run "state_change $LLRF_INSTANCE RESET" run "state_change $LLRF_INSTANCE RESET"
run "state_change $LLRF_INSTANCE INIT" run "state_change $LLRF_INSTANCE INIT"
echo 'Test enable channel 9'
caput $LLRF_INSTANCE:AI9-ENBL 1 > /dev/null
result="$(caget -t $LLRF_INSTANCE:AI9-ENBL-RBV.STAT)"
run "check NO_ALARM $result 'Test enable channel 9'"
caput $LLRF_INSTANCE:AI9-ENBL 0 > /dev/null
echo '*** Calibration' echo '*** Calibration'
for (( i=0; i<= 8; i++ )) for (( i=0; i<= 8; i++ ))
do do
......
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