Skip to content
Snippets Groups Projects
Commit 3750a427 authored by Menno Norden's avatar Menno Norden
Browse files

bug 1315: beamctl used to switch on HBA

parent d14ba13c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# 1.0 xcstatistics test to check SerDes Ring with LBH antennas
# 8-10-09, M.J Norden
# HBA input with antenna
rspctl --rcuprsg=0
rspctl --wg=0
rspctl --rcumode=5
rspctl --rcuenable=1
rspctl --splitter=1
sleep 2
echo "check xcstat and xcangle"
rspctl --xcsubband=256
echo ==========================
echo "Amplitudes" `hostname -s`
echo ==========================
rspctl --xcstatistics&
sleep 20 && kill $!
echo ======================
echo "Phases" `hostname -s`
echo ======================
rspctl --xcangle --xcstatistics &
sleep 20 && kill $!
#!/bin/sh
# 1.1 xcstatistics test to check SerDes Ring with LBH antennas
# 18-01-10, M.J Norden
# HBA input with antenna
killall beamctl
rspctl --rcuprsg=0
rspctl --wg=0
rspctl --splitter=1
swlevel 3
beamctl --array=HBA --rcus=0:47 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
beamctl --array=HBA --rcus=48:95 --rcumode=5 --subbands=100:110 --beamlets=1000:1010 --direction=0,0,J2000&
sleep 5
echo "check xcstat and xcangle"
rspctl --xcsubband=256
echo ==========================
echo "Amplitudes" `hostname -s`
echo ==========================
rspctl --xcstatistics&
sleep 20 && kill $!
echo ======================
echo "Phases" `hostname -s`
echo ======================
rspctl --xcangle --xcstatistics &
sleep 20 && kill $!
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