public PhasorDefinition( ConfigurationCell parent, string label, uint scale, PhasorType type, PhasorDefinition voltageReference, int originalSourceIndex = -1, char phase = '+' )
Public Sub New ( parent As ConfigurationCell, label As String, scale As UInteger, type As PhasorType, voltageReference As PhasorDefinition, Optional originalSourceIndex As Integer = -1, Optional phase As Char = "+"C )
public: PhasorDefinition( ConfigurationCell^ parent, String^ label, unsigned int scale, PhasorType type, PhasorDefinition^ voltageReference, int originalSourceIndex = -1, wchar_t phase = L'+' )
new : parent : ConfigurationCell * label : string * scale : uint32 * type : PhasorType * voltageReference : PhasorDefinition * ?originalSourceIndex : int * ?phase : char (* Defaults: let _originalSourceIndex = defaultArg originalSourceIndex -1 let _phase = defaultArg phase '+' *) -> PhasorDefinition
GSF.PhasorProtocols.Anonymous.PhasorDefinition = function(parent, label, scale, type, voltageReference, originalSourceIndex, phase);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.