I have added an Extended Data Rule “v11 = v2 / v10” to divide AC power by DC power. I would have expected that 0 <= v11 < 1.0. What I am finding though is that only returns 0.000. This would suggest that either ( i ) v2 = 0, ( ii) v10 is very very large or ( iii) Extended Data Rules don’t like the output of one rule used as the input for another.
My complete EDR follows. v10 calculated in the first term from v7 & v8 but required to calculate v11 in the second term.
v10 = v7 + v8; v11 = v2 / v10;
Does anything have any experience in [re] using parameters?
Thanks