Hello,
I was playing with charge profiles and found out that if a charging profile is set with current as the limit (as opposed to power), the simulator will be limited at zero power.
It looks like the source of the problem is the following line:
|
chargingLimitOutput(power); |
Where even if a current is set as limit it will use the power limit (-1) in that case.
Thank you in advance.