Gemstone.PhasorProtocols.SelCWS Namespace

Contains an implementation of the phasor classes used to parse or generate a stream of data in the SEL CWS device format.

Classes

AnalogDefinition Represents the SEL CWS implementation of an IAnalogDefinition.
AnalogValue Represents the SEL CWS implementation of an IAnalogValue.
Common Common SEL CWS declarations and functions.
CommonFrameHeader Represents the common header for a SEL CWS frame of data.
ConfigurationCell Represents the SEL CWS implementation of a IConfigurationCell that can be sent or received.
ConfigurationCellCollection Represents a SEL CWS implementation of a collection of IConfigurationCell objects.
ConfigurationFrame Represents the SEL CWS implementation of a IConfigurationFrame that can be sent or received.
ConnectionParameters Represents the extra connection parameters required for a connection to a SEL CWS device.
DataCell Represents the SEL CWS implementation of a IDataCell that can be sent or received.
DataCellCollection Represents a SEL CWS implementation of a collection of IDataCell objects.
DataFrame Represents the SEL CWS implementation of a IDataFrame that can be sent or received.
FrameParser Represents a frame parser for a SEL CWS text based data stream that returns parsed data via events.
FrequencyDefinition Represents the SEL CWS implementation of a IFrequencyDefinition.
FrequencyValue Represents the SEL CWS implementation of a IFrequencyValue.
IEEEC37_118PhaseEstimator Represents a rolling six-phase estimator using the IEEE C37.118-2018 Annex D filter-based phasor estimation algorithm with P-class and M-class support.
PhasorDefinition Represents the SEL CWS implementation of a IPhasorDefinition.
PhasorValue Represents the SEL CWS implementation of a IPhasorValue.
SlidingDftPhaseEstimator Represents a rolling six-phase estimator using a sliding DFT algorithm with optional smoothing.

Structures

PhaseEstimate Represents the output of a SEL CWS phase estimation algorithm.

Interfaces

IPhaseEstimator Defines a SEL CWS six-phase estimator that consumes point-on-wave sample groups and produces PhaseEstimate results.

Delegates

PhaseEstimateHandler Delegate for handling a PhaseEstimate.

Enumerations

FilterClass IEEE C37.118-2018 Annex D filter class for phasor estimation.
FrameType SEL CWS frame types enumeration.
PhaseChannel Phase channels for SEL CWS PoW analogs.
PhaseEstimationAlgorithm Phase estimation algorithm used to derive synchrophasor, frequency and ROCOF components from SEL CWS point-on-wave data.