Click or drag to resize

FrequencyValue(IDataCell, IFrequencyDefinition) Constructor

Creates a new FrequencyValue.

Namespace: GSF.PhasorProtocols.IEEE1344
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public FrequencyValue(
	IDataCell parent,
	IFrequencyDefinition frequencyDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this FrequencyValue.
frequencyDefinition  IFrequencyDefinition
The IFrequencyDefinition associated with this FrequencyValue.
See Also