Click or drag to resize

PhasorValueBaseCreateMeasurement Method

Creates a new IMeasurement value for specified composite value for this PhasorValueBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected override IMeasurement CreateMeasurement(
	int valueIndex
)
View Source

Parameters

valueIndex  Int32
Composite value index for which to derive new IMeasurement value.

Return Value

IMeasurement
New IMeasurement value for specified composite value for this PhasorValueBase.
See Also