|
ChannelDefinitionBase3(IConfigurationCell, String, UInt32, Double, Int32) Constructor
|
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.249-beta
Syntaxprotected ChannelDefinitionBase3(
IConfigurationCell parent,
string label,
uint scale,
double offset,
int index = 0
)
Protected Sub New (
parent As IConfigurationCell,
label As String,
scale As UInteger,
offset As Double,
Optional index As Integer = 0
)
protected:
ChannelDefinitionBase3(
IConfigurationCell^ parent,
String^ label,
unsigned int scale,
double offset,
int index = 0
)
new :
parent : IConfigurationCell *
label : string *
scale : uint32 *
offset : float *
?index : int
(* Defaults:
let _index = defaultArg index 0
*)
-> ChannelDefinitionBase3
GSF.PhasorProtocols.IEEEC37_118.ChannelDefinitionBase3 = function(parent, label, scale, offset, index);
View SourceParameters
- parent IConfigurationCell
- The IConfigurationCell parent of this ChannelDefinitionBase3.
- label String
- The label of this ChannelDefinitionBase3.
- scale UInt32
- The integer scaling value of this ChannelDefinitionBase3.
- offset Double
- The offset of this ChannelDefinitionBase3.
- index Int32 (Optional)
- This index of this ChannelDefinitionBase3, if applicable.
See Also