Click or drag to resize

DigitalChannel Class

Represents a digital channel definition of the Schema.
Inheritance Hierarchy
SystemObject
  GSF.COMTRADEDigitalChannel

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public class DigitalChannel
View Source

The DigitalChannel type exposes the following members.

Constructors
 NameDescription
Public methodDigitalChannel(Int32) Creates a new instance of the DigitalChannel.
Public methodDigitalChannel(String, Int32, Boolean) Creates a new instance of the DigitalChannel from an existing line image.
Top
Properties
 NameDescription
Public propertyChannelName Gets or sets channel name component of this DigitalChannel.
Public propertyCircuitComponent Gets or sets circuit component of this DigitalChannel.
Public propertyIndex Gets or sets index of this DigitalChannel.
Public propertyName Gets or sets name of this DigitalChannel formatted as station_name:channel_name.
Public propertyNormalState Gets or sets normal state of this DigitalChannel.
Public propertyPhaseID Gets or sets the 2-character phase identifier for this DigitalChannel.
Public propertyStationName Gets or sets station name component of this DigitalChannel.
Public propertyVersion Gets target schema version.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Converts DigitalChannel to its string format.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also