- Added scriptcontext driver for EL737 counter

This commit is contained in:
koennecke
2009-02-13 09:02:16 +00:00
parent bb1776f24e
commit 9beff9cc4c
3 changed files with 32 additions and 20 deletions

View File

@ -117,6 +117,7 @@ proc scantransfer {} {
}
scancter transferscript scantransfer
rename scan stscan
MakeScanCommand xxxscan scancter test.hdd recover.bin
MakePeakCenter xxxscan
source scancommand.tcl
@ -540,3 +541,16 @@ pmac01 debug 0
source ../tcl/deltatau.tcl
MakeDeltaTau mig15 pmac01 02
}
set astrium 0
if {$astrium == 1} {
source ../tcl/astrium.tcl
}
set el737sec 0
if {$el737sec == 1} {
source ../tcl/el737sec.tcl
MakeSecEL737 elli psts235:3008
}