Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseAutoPublishConfigurationFrame Property

Gets or sets flag that determines if configuration frame should be automatically published at the top of each minute on the data channel.

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

Property Value

Boolean
Remarks
By default if no command channel is defined, this flag will be true; otherwise if command channel is defined the flag will be false.
See Also