-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Currently we center align all 'N' phases requested of the SVM. This is AFAIK incorrect for three phase by the property that A+B+C=0, U+V+W=0. In any given point of the three-phase electrical cycle, two phases should sign match. So these likely need to be "stacked" in some form such that they are equal to the single opposite signed phase.
What we have:
// A: |-------|____
// B: ___|-|_______
// C: _|-----|_____
What we need:
// A: |--------|__
// B: _______|-|__
// C: |-----|_____
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels