AnalogChannel Class

Represents an analog channel definition of the Schema.

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.128 -- Release Build+c1068d6f7b1cbea5c860803b7fe23d1a1d3918a0
public class AnalogChannel
Inheritance
Object    AnalogChannel

Constructors

AnalogChannel(Int32, Boolean) Creates a new instance of the AnalogChannel.
AnalogChannel(String, Int32, Boolean, Boolean) Creates a new instance of the AnalogChannel from an existing line image.

Properties

Adder Gets or sets adder of this AnalogChannel.
AngleUnit Gets AngleUnit derived from Units, if applicable to channel type.
ChannelName Gets or sets channel name component of this AnalogChannel.
CircuitComponent Gets or sets circuit component of this AnalogChannel.
CoordinateFormat Gets or sets coordinate format of this AnalogChannel.
Index Gets or sets index of this AnalogChannel.
MaxValue Gets or sets maximum unscaled value of this AnalogChannel.
MinValue Gets or sets minimum unscaled value of this AnalogChannel.
Multiplier Gets or sets value multiplier of this AnalogChannel.
Name Gets or sets name of this AnalogChannel formatted as station_name:channel_name.
NominalFrequency Gets or sets nominal frequency of this AnalogChannel.
PhaseDesignation Gets or sets phase designation of this AnalogChannel.
PhaseID Gets or sets the 2-character phase identifier for this AnalogChannel.
PhasorType Gets or sets phasor type of this AnalogChannel, if applicable.
PrimaryRatio Gets or sets the channel voltage or current transformer ratio primary factor of this AnalogChannel.
ScalingIdentifier Gets or sets the primary or secondary data scaling identifier of this AnalogChannel.
SecondaryRatio Gets or sets the channel voltage or current transformer ratio secondary factor of this AnalogChannel.
SignalKind Gets or sets signal kind of this AnalogChannel.
Skew Gets or sets time skew between channels of this AnalogChannel.
StationName Gets or sets station name component of this AnalogChannel.
Units Gets or sets units of this AnalogChannel.
Version Gets target schema version.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Converts AnalogChannel to its string format.
(Overrides ObjectToString)

Fields

DefaultAnalogMultiplier Default multiplier for an analog value.
DefaultCurrentMagnitudeMultiplier Default multiplier for current magnitude values.
DefaultDfDtMultiplier Default multiplier for dF/dt values.
DefaultFrequencyMultiplier Default multiplier for frequency values.
DefaultPhaseAngleMultiplier Default multiplier for phase angle values.
DefaultVoltageMagnitudeMultiplier Default multiplier for voltage magnitude values.

See Also