Click or drag to resize

FrequencyDefinition Class

Represents the IEEE C37.118 implementation of a IFrequencyDefinition.
Inheritance Hierarchy
SystemObject
  GSF.ParsingBinaryImageBase
    GSF.PhasorProtocolsChannelBase
      GSF.PhasorProtocolsChannelDefinitionBase
        GSF.PhasorProtocolsFrequencyDefinitionBase
          GSF.PhasorProtocols.IEEEC37_118FrequencyDefinition

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public sealed class FrequencyDefinition : FrequencyDefinitionBase
View Source

The FrequencyDefinition type exposes the following members.

Constructors
 NameDescription
Public methodFrequencyDefinition(IConfigurationCell) Creates a new FrequencyDefinition.
Public methodFrequencyDefinition(IConfigurationCell, String) Creates a new FrequencyDefinition from specified parameters.
Top
Properties
 NameDescription
Public propertyAttributes Gets a DictionaryTKey, TValue of string based property names and values for this FrequencyDefinitionBase object.
(Inherited from FrequencyDefinitionBase)
Public propertyAutoPadLabelImage Gets flag that indicates if LabelImage should auto pad-right value to MaximumLabelLength.
(Overrides ChannelDefinitionBaseAutoPadLabelImage)
Public propertyBinaryImage Gets the binary image of the ChannelBase object.
(Inherited from ChannelBase)
Public propertyBinaryLength Gets the length of the BinaryImageBase object.
(Inherited from BinaryImageBase)
Public propertyConversionFactor Gets or sets the conversion factor of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyDataFormat Gets the DataFormat of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyDfDtOffset Gets or sets the df/dt offset of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyDfDtScalingValue Gets or sets the df/dt scaling value of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyIndex Gets or sets the index of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyLabel Gets or sets the label of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyLabelImage Gets the binary image of the Label of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyMaximumLabelLength Gets the maximum length of the Label of this FrequencyDefinition.
(Overrides ChannelDefinitionBaseMaximumLabelLength)
Public propertyMaximumScalingValue Gets the maximum value for the ScalingValue of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyNominalFrequency Gets the nominal LineFrequency of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyOffset Gets or sets the offset of this FrequencyDefinitionBase.
(Inherited from FrequencyDefinitionBase)
Public propertyParent Gets or sets the ConfigurationCell parent of this FrequencyDefinition.
Public propertyParent3 Gets or sets the ConfigurationCell3 parent of this FrequencyDefinition, if applicable.
Public propertyScalePerBit Gets the scale/bit for the ScalingValue of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyScalingValue Gets or sets the integer scaling value of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
Public propertyState Gets or sets the parsing state for this ChannelBase object.
(Inherited from ChannelBase)
Public propertyTag Gets or sets a user definable reference to an object associated with this ChannelBase object.
(Inherited from ChannelBase)
Top
Methods
 NameDescription
Public methodCompareTo(IChannelDefinition) Compares this instance to a specified IChannelDefinition object and returns an indication of their relative values.
(Inherited from ChannelDefinitionBase)
Public methodCompareTo(Object) Compares this instance to a specified object and returns an indication of their relative values.
(Inherited from ChannelDefinitionBase)
Public methodEquals(IChannelDefinition) Returns a value indicating whether this instance is equal to specified IChannelDefinition value.
(Inherited from ChannelDefinitionBase)
Public methodEquals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Inherited from ChannelDefinitionBase)
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelBase)
Public methodGetHashCode Returns the hash code for this instance.
(Inherited from ChannelDefinitionBase)
Public methodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from FrequencyDefinitionBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from BinaryImageBase)
Public methodToString Gets the string representation of this ChannelDefinitionBase.
(Inherited from ChannelDefinitionBase)
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