- Added scriptcontext driver for EL737 counter
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user