PhasorDataModifications Enumeration
Phasor data modification flags enumeration.
Namespace: Gemstone.PhasorProtocols.IEEEC37_118Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.155 -- Release Build+e0712c061c586a83529028b96d7dab34b7d8eae9
Gemstone.PhasorProtocols.IEEEC37_118.PhasorDataModifications = function();
Gemstone.PhasorProtocols.IEEEC37_118.PhasorDataModifications.createEnum('Gemstone.PhasorProtocols.IEEEC37_118.PhasorDataModifications', true);
| NoModifications | 0 |
No modifications.
|
| UpSampledWithInterpolation | 2 |
Up-sampled with interpolation.
|
| UpSampledWithExtrapolation | 4 |
Up-sampled with extrapolation.
|
| DownSampledByReselection | 8 |
Down-sampled by re-selection (selecting every Nth sample).
|
| DownSampledWithFIRFilter | 16 |
Down sampled with FIR filter.
|
| DownSampledWithNonFIRFilter | 32 |
Down-sampled with non-FIR filter.
|
| FilteredNoChangeToSampling | 64 |
Filtered without changing sampling.
|
| MagnitudeCalibrationAdjustment | 128 |
Phasor magnitude adjusted for calibration.
|
| AngleCalibrationAdjustment | 256 |
Phasor phase adjusted for calibration.
|
| AngleRotationAdjustment | 512 |
Phasor phase adjusted for rotation ( ±30º, ±120º, etc.).
|
| PseudoPhasorValue | 1,024 |
Pseudo-phasor value (combined from other phasors).
|
| Reserved | 30,721 |
Reserved bits.
|
| OtherModificationApplied | 32,768 |
Modification applied, type not here defined.
|