- tms-old
- tms
- tmsDevTest
- testSetup
This file ( 643B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
#!/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}