Skip to content
Snippets Groups Projects
Commit 4ce42b83 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added logging of central_commands.sh.

parent e8a85eec
No related branches found
No related tags found
No related merge requests found
...@@ -162,9 +162,10 @@ for lcu in LCUS: ...@@ -162,9 +162,10 @@ for lcu in LCUS:
if tc.unbStr == '': if tc.unbStr == '':
pass pass
else: else:
cmd = '. $RADIOHDL/applications/apertif/commissioning/central_commands.sh ' + tc.appStr + ' ' + tc.telStr + ' ' + tc.unbStr + ' ' + tc.optStr + ' ' + tc.polStr subcommand = '. $RADIOHDL/applications/apertif/commissioning/central_commands.sh ' + tc.appStr + ' ' + tc.telStr + ' ' + tc.unbStr + ' ' + tc.optStr + ' ' + tc.polStr
print 'ccu-corr'+':$ '+cmd command = subcommand + ' | tee ~/central_commands.log '
shell.ssh_cmd('ccu-corr', cmd, tc) print 'ccu-corr'+':$ '+command
shell.ssh_cmd('ccu-corr', command, tc)
############################################################################### ###############################################################################
# Wait until remote dish commands are done # Wait until remote dish commands are done
......
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