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

bug 1315: splitter=0 for remote stations

parent 0251030d
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ 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&
beamctl --array=HBA --rcus=0:47 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,LOFAR_LMN&
beamctl --array=HBA --rcus=48:95 --rcumode=5 --subbands=100:110 --beamlets=1000:1010 --direction=0,0,LOFAR_LMN&
sleep 5
echo "check xcstat and xcangle"
......
#!/bin/sh
# 1.5 xcstatistics test to check SerDes Ring with LBH antennas
# 2-10-09, M.J Norden
# 1.6 xcstatistics test to check SerDes Ring with LBH antennas
# 20-01-10, M.J Norden
# LBH input with antenna
......@@ -9,7 +9,7 @@ rspctl --wg=0
rspctl --rcumode=3
rspctl --rcuenable=1
sleep 2
rspctl --splitter=1
rspctl --splitter=0
sleep 2
echo "check xcstat and xcangle"
......
#!/bin/sh
# 1.5 xcstatistics test to check SerDes Ring with LBL antennas
# 2-10-09, M.J Norden
# 1.6 xcstatistics test to check SerDes Ring with LBL antennas
# 20-01-10, M.J Norden
# LBL input with antenna
......@@ -9,7 +9,7 @@ rspctl --wg=0
rspctl --rcumode=1
rspctl --rcuenable=1
sleep 2
rspctl --splitter=1
rspctl --splitter=0
echo "check xcstat and xcangle"
......
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