Phasor
|
[SerializableAttribute] [FlagsAttribute] public enum PhasorDataModifications
Member name | Value | Description |
---|---|---|
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. |