在Extendsim软件中设置Eqution模块中点击Test Equation测试编程时弹出Found oVars_Values,expecting:;是什么意思
1 q8 ~1 R6 o$ h, z/ s7 i下面是我编写的程序
9 p6 M, W8 M5 V; @$ }if(length1<length2 and length1<length3) % p6 s8 o. H5 x% ~, k
outCon1=1;
& N1 J' ~% `* o" b9 eelsif(length2<length1 and length2<length3) * r, V* N3 x. m, Y- b- j
outCon1=1;% {' b7 b: }1 |8 a) y+ G) Y
elsif(length3<length1 and length3<length2)
. _. V: k* D' \( UoutCon1=2;* X5 M) M: o/ B }7 o' t" x% p! m
|