Click or drag to resize

PhasorValue(IDataCell, IPhasorDefinition) Constructor

Creates a new PhasorValue.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public PhasorValue(
	IDataCell parent,
	IPhasorDefinition phasorDefinition
)
View Source

Parameters

parent  IDataCell
The IDataCell parent of this PhasorValue.
phasorDefinition  IPhasorDefinition
The IPhasorDefinition associated with this PhasorValue.
See Also