|
PhasorDefinition(ConfigurationCell, String, UInt32, PhasorType, PhasorDefinition, Int32, Char) Constructor
|
Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
SyntaxPublic 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
)
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);
View SourceParameters
- parent ConfigurationCell
- The ConfigurationCell parent of this PhasorDefinition.
- label String
- The label of this PhasorDefinition.
- scale UInt32
- The integer scaling value of this PhasorDefinition.
- type PhasorType
- The PhasorType of this PhasorDefinition.
- voltageReference PhasorDefinition
- The associated IPhasorDefinition that represents the voltage reference (if any).
- originalSourceIndex Int32 (Optional)
- The original source phasor index, if applicable.
- phase Char (Optional)
- The phase of this PhasorDefinition.
See Also