PhasorComponent Enumeration
Phasor component enumeration.
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
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.
|