- Most instrument test files have been tested

- sinqcom undwerwent extension to cover more devices and is now more or
  less finished
This commit is contained in:
koennecke
2007-04-26 14:34:58 +00:00
parent 524dac0fbf
commit a24f56e7fb
14 changed files with 303 additions and 122 deletions

View File

@ -21,6 +21,8 @@ config rights lnsmanager lnsSICSlns
#--------- remember soz position
set sozpos [SICSValue soz]
standardPrelude $instrument count
set notList [list chopperspeed chopper1phase chopper2phase ch1ph ch2ph chsp]
lappend notList aby pby
@ -68,10 +70,6 @@ lappend varList [list "d5b sign" -1 .1]
lappend varList [list "com sign" -1 .1]
lappend varList [list "cox sign" -1 .1]
exe upload
exe append counter setthreshold 1 0
exe append count timer 120
exe forcesave insttestbatch.tcl
lappend interruptList "drive soz 90"
lappend interruptList "count timer 120"
@ -107,6 +105,7 @@ if {$det == 1} {
}
#--------- put detector back where it was
drive soz $sozpos
standardRestore
#------------ print a summary
set inst [string toupper $instrument]
@ -114,3 +113,4 @@ puts stdout "Test Summary for $inst"
printStandardSummary $counters
puts stdout "Chopper NOT tested!!"
exit