introduce dilpars
allow to config flow parameters for dil at the cryostat/cyomagnet example ori7
This commit is contained in:
18
tcl/drivers/dilpars.tcl
Normal file
18
tcl/drivers/dilpars.tcl
Normal file
@ -0,0 +1,18 @@
|
||||
# any parameter to be entered by hand
|
||||
namespace eval dilpars {} {
|
||||
}
|
||||
|
||||
proc stdConfig::dilpars {args} {
|
||||
variable hostport none
|
||||
variable name
|
||||
controller syncedprot
|
||||
|
||||
scanargs $args var -circulateflow 4 -condenseflow 8
|
||||
|
||||
obj dummy -none
|
||||
kids hidden {
|
||||
node condenseflow par $condenseflow
|
||||
node circulateflow par $circulateflow
|
||||
}
|
||||
dolater 0 apply_dilargs
|
||||
}
|
Reference in New Issue
Block a user