Click or drag to resize

ChannelValueBaseTCreateMeasurement Method

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

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected virtual 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 ChannelValueBaseT.
See Also