openPDC Synchrophasor Help
ChannelValueMeasurement<(Of <(<'T>)>)> Constructor (parent, valueIndex)
NamespacesTVA.PhasorProtocolsChannelValueMeasurement<(Of <(<'T>)>)>ChannelValueMeasurement<(Of <(<'T>)>)>(IChannelValue<(Of <<'(T>)>>), Int32)
Constructs a new ChannelValueMeasurement<(Of <(<'T>)>)> given the specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public ChannelValueMeasurement(
	IChannelValue<T> parent,
	int valueIndex
)
Public Sub New ( _
	parent As IChannelValue(Of T), _
	valueIndex As Integer _
)
public:
ChannelValueMeasurement(
	IChannelValue<T>^ parent, 
	int valueIndex
)
Parameters
parent (IChannelValue<(Of <(<'T>)>)>)
The reference to the IChannelValue<(Of <(<'T>)>)> that this measurement derives its values from.
valueIndex (Int32)
The index into the GetCompositeValue(Int32) that this measurement derives its value from.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0