How to use PSIM Simplified C Block sum function

User: "Hallay"
Altair Community Member

Hello expert

How to use sum function in PSIM Simplified C block?

Such like sum+=buffer[index].

index++;
if (index >= 10)
index = 0;

Regards

Find more posts tagged with