#!/bin/sh ################################################################################ # testSetup Development test script # T.Barnabt, BEAM Ltd, 2007-04-28 ################################################################################ # export PATH=../tmsControl:$PATH host=tms3 #echo "Set BEAM Type" #tmsControl --cycleType Beam1 ${host} #tmsControl --cycleType Beam3 ${host} tmsControl --cycleType SigGenBeam3 ${host} echo "Set PupeTest mode" #tmsControl --setPupeConfig 1,1,1,0 ${host} tmsControl --setPupeConfig 1,0,0,1 ${host} echo "Load test signal" #tmsControl --setTestData 1,../datasrc/beam3-437000-8.psd ${host}