Click or drag to resize

PhasorDataModifications Enumeration

Phasor data modification flags enumeration.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntax
[SerializableAttribute]
[FlagsAttribute]
public enum PhasorDataModifications
Members
Member nameValueDescription
NoModifications0 No modifications.
UpSampledWithInterpolation2 Up-sampled with interpolation.
UpSampledWithExtrapolation4 Up-sampled with extrapolation.
DownSampledByReselection8 Down-sampled by re-selection (selecting every Nth sample).
DownSampledWithFIRFilter16 Down sampled with FIR filter.
DownSampledWithNonFIRFilter32 Down-sampled with non-FIR filter.
FilteredNoChangeToSampling64 Filtered without changing sampling.
MagnitudeCalibrationAdjustment128 Phasor magnitude adjusted for calibration.
AngleCalibrationAdjustment256 Phasor phase adjusted for calibration.
AngleRotationAdjustment512 Phasor phase adjusted for rotation ( ±30º, ±120º, etc.).
PseudoPhasorValue1,024 Pseudo-phasor value (combined from other phasors).
Reserved30,721 Reserved bits.
OtherModificationApplied32,768 Modification applied, type not here defined.

The PhasorDataModifications type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also