fix he vessel reading when using ILM
- add he_ilm to ma6.config - add new hem0 and hfu0 settings for vessel in ccu4make
This commit is contained in:
@ -89,6 +89,12 @@ proc makeCCU4 {args} {
|
||||
}
|
||||
he_ilm {
|
||||
makenv hefill -driver ccu4ext he lev
|
||||
set vessel [silent 0 result instconfig hevessel]
|
||||
if {$vessel ne "0"} {
|
||||
catch {cc hea 1}
|
||||
catch {cc hem0 475}
|
||||
catch {cc hfu0 0}
|
||||
}
|
||||
GraphAdd lev % He_Level brown
|
||||
GraphAdd cc.h0 % HeVessel blue
|
||||
hsetprop /hefill fast_cmd "lev mode 1\ncc hf 1"
|
||||
|
Reference in New Issue
Block a user