Click or drag to resize

ChannelFrameBaseTLastSortedMeasurement Property

Gets or sets reference to last IMeasurement that was sorted into this ChannelFrameBaseT.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public IMeasurement LastSortedMeasurement { get; set; }
View Source

Property Value

IMeasurement

Implements

IFrameLastSortedMeasurement
Remarks
This value is used to help monitor slow moving measurements that are being sorted into the ChannelFrameBaseT.
See Also