Signal type enumeration.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum SignalType
<SerializableAttribute> _ Public Enumeration SignalType
[SerializableAttribute] public enum class SignalType
Members
Member | Description |
---|---|
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).