-
Notifications
You must be signed in to change notification settings - Fork 8
Reverse polarity of reactive power #222
Copy link
Copy link
Closed
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
What's needed?
Currently, this is our reactive power polarity scheme:
frequenz-api-microgrid/proto/frequenz/api/microgrid/v1/microgrid.proto
Lines 572 to 574 in 030466c
However, in IEEE standards document, lagging power is +ve, and leading is -ve, which is the opposite of ours. Since this is widely popular, we should move to this sign convention.
Proposed solution
No response
Use cases
No response
Alternatives and workarounds
No response
Additional context
No response