Hello expert
How to use sum function in PSIM Simplified C block?
Such like sum+=buffer[index].
index++; if (index >= 10) index = 0;
Regards