Click or drag to resize

ChannelValueBase<T> .Measurements Property

Gets the composite values of this ChannelValueBase<T> as an array of IMeasurement values.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntax
public virtual IMeasurement[] Measurements { get; }
View Source

Property Value

IMeasurement[]

Implements

IChannelValue<T>.Measurements
See Also