openPDC Synchrophasor Help
SignalType Enumeration
NamespacesTVA.PhasorProtocolsSignalType
Signal type enumeration.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public enum SignalType
<SerializableAttribute> _
Public Enumeration SignalType
[SerializableAttribute]
public enum class SignalType
Members
MemberDescription
IPHM
Current phase magnitude.

IPHA
Current phase angle.

VPHM
Voltage phase magnitude.

VPHA
Voltage phase angle.

FREQ
Frequency.

DFDT
Frequency delta (dF/dt).

ALOG
Analog value.

FLAG
Status flags.

DIGI
Digital value.

CALC
Calculated value.

STAT
Statistical value.

NONE
Undefined signal.

GetFormattedSignalTypeName
Returns display friendly signal type name.

Remarks

The signal type represents the explicit type of a signal that a value represents.

Contrast the SignalType enumeration with the SignalKind enumeration which defines an abstract type for a signal (e.g., simply phase or angle).

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0