Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseProcessDataValidFlag Property

Gets or sets flag that determines if the data valid flag assignments should be processed during frame publication.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public bool ProcessDataValidFlag { get; set; }
View Source

Property Value

Boolean
Remarks
In cases where client applications ignore the data validity flag, setting this flag to false will provide a slight processing optimization, especially useful on very large data streams.
See Also