- Changes to test framework

This commit is contained in:
koennecke
2006-12-07 14:08:15 +00:00
parent 372e04c634
commit 43e55e0a70
4 changed files with 28 additions and 14 deletions

View File

@ -1,3 +1,3 @@
52 75
NEVER, EVER modify or delete this file NEVER, EVER modify or delete this file
You'll risk eternal damnation and a reincarnation as a cockroach!|n You'll risk eternal damnation and a reincarnation as a cockroach!|n

View File

@ -1,6 +1,6 @@
exe batchpath ./ exe batchpath ./
exe syspath ./ exe syspath ./
lotte UNKNOWN lotte Wuergehals was here
lotte setAccess 2 lotte setAccess 2
# Motor brumm # Motor brumm
brumm sign 1.000000 brumm sign 1.000000
@ -155,7 +155,9 @@ tasub const kf
tasub ss -1 tasub ss -1
tasub setub -0.100503 -0.000000 -0.000000 0.000000 -0.000000 -0.044964 0.000000 -0.100503 -0.000000 tasub setub -0.100503 -0.000000 -0.000000 0.000000 -0.000000 -0.044964 0.000000 -0.100503 -0.000000
tasub setnormal 0.000000 0.000000 1.000000 tasub setnormal 0.000000 0.000000 1.000000
tasub settarget 0.000000 0.000000 1.000000 0.000000 1.553424 1.553424 tasub settarget 1.200000 0.000000 1.000000 0.000000 1.553424 1.553424
tasub r1 1.00 0.00 0.00 168.27 -23.46 0.00 0.00 5.00 5.00 tasub r1 1.00 0.00 0.00 168.27 -23.46 0.00 0.00 5.00 5.00
tasub r2 0.00 0.00 1.00 84.78 -10.44 0.00 0.00 5.00 5.00 tasub r2 0.00 0.00 1.00 84.78 -10.44 0.00 0.00 5.00 5.00
tasub update tasub update
#----- MultiMotor sa
sa recovernampos noeff a3 24 a4 48

View File

@ -180,5 +180,17 @@ MakeTasUB tasub
MakeMulti sa MakeMulti sa
sa alias a3 om sa alias a3 om
sa alias a4 stt sa alias a4 stt
sa pos noeff om 24 stt 48 sa pos noeff a3 24 a4 48
sa endconfig sa endconfig
#-----------------------------------------------------------------------
# Hipadaba
#----------------------------------------------------------------------
InstallHdb
hmake /instrument spy none
hmake /instrument/sample spy none
hattach /instrument/sample a3 omega
hattach /instrument/sample qh qh
hmake /instrument/detector spy none
hattach /instrument/detector hm data
hattach /instrument lotte title

View File

@ -18,38 +18,38 @@ source testutil.tcl
source sicstcldebug.tcl source sicstcldebug.tcl
#--------------- Test Miscellaneous stuff #--------------- Test Miscellaneous stuff
#source testmisc.tcl source testmisc.tcl
#-------------- Test for motors #-------------- Test for motors
#source mottest.tcl source mottest.tcl
#-------------- Test Counter #-------------- Test Counter
set countername aba set countername aba
set errorname aba set errorname aba
#source countertest.tcl source countertest.tcl
#-------------- Test Multi Counter #-------------- Test Multi Counter
set countername multi set countername multi
#source countertest.tcl source countertest.tcl
#-------------- Test batch processing #-------------- Test batch processing
#source batchtest.tcl source batchtest.tcl
#-------------- Test scans #-------------- Test scans
#source scantest.tcl source scantest.tcl
#------------ Test peak optimization #------------ Test peak optimization
#source optitest.tcl source optitest.tcl
#----------- test histogram memory #----------- test histogram memory
#source histtest.tcl source histtest.tcl
#----------- test sics data #----------- test sics data
#source testsicsdata.tcl source testsicsdata.tcl
#----------- test nxscript #----------- test nxscript
#source nxscripttest.tcl source nxscripttest.tcl
#------------ test SANS MultiMotor #------------ test SANS MultiMotor
source testmumo.tcl source testmumo.tcl