You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you want. What problem does it solve?
Currently, a PowerLoad is a real load when the provided active powers are positive and a static generator when the provided active powers are negative.
Describe alternatives you've considered
An alternative could be to create a StaticGenerator class accepting production powers and to change the PowerLoad to only accept consumption powers.
The text was updated successfully, but these errors were encountered:
Describe the feature you want. What problem does it solve?
Currently, a
PowerLoad
is a real load when the provided active powers are positive and a static generator when the provided active powers are negative.Describe alternatives you've considered
An alternative could be to create a
StaticGenerator
class accepting production powers and to change thePowerLoad
to only accept consumption powers.The text was updated successfully, but these errors were encountered: