Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseAutoStartDataChannel Property

Gets or sets flag that determines if concentrator will automatically start data channel.

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

Property Value

Boolean
Remarks
By default data channel will be started automatically, setting this flag to false will allow alternate methods of enabling and disabling the real-time data stream (e.g., this can be used to allow a remote to device to enable and disable data stream if the protocol supports such commands).
See Also