|
FrequencyDefinitionBase(IConfigurationCell, String, UInt32, UInt32, Double) Constructor
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxprotected FrequencyDefinitionBase(
IConfigurationCell parent,
string label,
uint scale,
uint dfdtScale,
double dfdtOffset
)
Protected Sub New (
parent As IConfigurationCell,
label As String,
scale As UInteger,
dfdtScale As UInteger,
dfdtOffset As Double
)
protected:
FrequencyDefinitionBase(
IConfigurationCell^ parent,
String^ label,
unsigned int scale,
unsigned int dfdtScale,
double dfdtOffset
)
new :
parent : IConfigurationCell *
label : string *
scale : uint32 *
dfdtScale : uint32 *
dfdtOffset : float -> FrequencyDefinitionBase
GSF.PhasorProtocols.FrequencyDefinitionBase = function(parent, label, scale, dfdtScale, dfdtOffset);
View SourceParameters
- parent IConfigurationCell
- The IConfigurationCell parent of this FrequencyDefinitionBase.
- label String
- The label of this FrequencyDefinitionBase.
- scale UInt32
- The integer scaling value of this FrequencyDefinitionBase.
- dfdtScale UInt32
- The df/dt scaling value of this FrequencyDefinitionBase.
- dfdtOffset Double
- The df/dt offset of this FrequencyDefinitionBase.
See Also