From 722821e5e02ea649132db61bddfba175f2a1847a Mon Sep 17 00:00:00 2001
From: Menno Norden <norden@astron.nl>
Date: Wed, 20 Jan 2010 13:55:59 +0000
Subject: [PATCH] bug 1315: splitter=0 for remote stations

---
 LCU/StationTest/test/xcstatistics/xcstatistics_hba.sh | 4 ++--
 LCU/StationTest/test/xcstatistics/xcstatistics_lbh.sh | 6 +++---
 LCU/StationTest/test/xcstatistics/xcstatistics_lbl.sh | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/LCU/StationTest/test/xcstatistics/xcstatistics_hba.sh b/LCU/StationTest/test/xcstatistics/xcstatistics_hba.sh
index 766ea3ea48c..56c6557adcb 100644
--- a/LCU/StationTest/test/xcstatistics/xcstatistics_hba.sh
+++ b/LCU/StationTest/test/xcstatistics/xcstatistics_hba.sh
@@ -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"
diff --git a/LCU/StationTest/test/xcstatistics/xcstatistics_lbh.sh b/LCU/StationTest/test/xcstatistics/xcstatistics_lbh.sh
index ed2fb866532..8e9d7dcd25c 100644
--- a/LCU/StationTest/test/xcstatistics/xcstatistics_lbh.sh
+++ b/LCU/StationTest/test/xcstatistics/xcstatistics_lbh.sh
@@ -1,6 +1,6 @@
 #!/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"
diff --git a/LCU/StationTest/test/xcstatistics/xcstatistics_lbl.sh b/LCU/StationTest/test/xcstatistics/xcstatistics_lbl.sh
index 0bf6b50f107..f7738697016 100644
--- a/LCU/StationTest/test/xcstatistics/xcstatistics_lbl.sh
+++ b/LCU/StationTest/test/xcstatistics/xcstatistics_lbl.sh
@@ -1,6 +1,6 @@
 #!/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"
 
-- 
GitLab