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

PhasorDefinition() public method

Creates a new PhasorDefinition from specified parameters.
public PhasorDefinition ( GSF.PhasorProtocols.SelFastMessage.ConfigurationCell parent, string label, PhasorType type, PhasorDefinition voltageReference ) : System
parent GSF.PhasorProtocols.SelFastMessage.ConfigurationCell The parent of this .
label string The label 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, PhasorType type, PhasorDefinition voltageReference)
            : base(parent, label, 1, 0.0D, type, voltageReference)
        {
        }

Same methods

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