PhasorComponent Enumeration
Phasor component enumeration.
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
Gemstone.PhasorProtocols.IEEEC37_118.PhasorComponent = function();
Gemstone.PhasorProtocols.IEEEC37_118.PhasorComponent.createEnum('Gemstone.PhasorProtocols.IEEEC37_118.PhasorComponent', false);
| ZeroSequence | 0 |
Zero sequence phasor.
|
| PositiveSequence | 1 |
Positive sequence phasor.
|
| NegativeSequence | 2 |
Negative sequence phasor.
|
| ReservedSequence | 3 |
Reserved sequence phasor.
|
| PhaseA | 4 |
Phase-A phasor.
|
| PhaseB | 5 |
Phase-B phasor.
|
| PhaseC | 6 |
Phase-C phasor.
|
| ReservedPhase | 7 |
Reserved phase phasor.
|