GSF.PhasorProtocols.IEEE1344.PhasorDefinition.PhasorDefinition C# (CSharp) Method

PhasorDefinition() public method

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( GSF.PhasorProtocols.IEEE1344.ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference ) : System
parent GSF.PhasorProtocols.IEEE1344.ConfigurationCell The parent of this .
label string The label of this .
scale uint The integer scaling value of this .
offset double The offset of this .
type PhasorType The of this .
voltageReference PhasorDefinition The associated that represents the voltage reference (if any).
return System
        public PhasorDefinition(ConfigurationCell parent, string label, uint scale, double offset, PhasorType type, PhasorDefinition voltageReference)
            : base(parent, label, scale, offset, type, voltageReference)
        {
        }

Same methods

PhasorDefinition::PhasorDefinition ( IConfigurationCell parent ) : System
PhasorDefinition::PhasorDefinition ( SerializationInfo info, StreamingContext context ) : System