openPDC Synchrophasor Help
AutoStartDataChannel Property
NamespacesTVA.PhasorProtocolsPhasorDataConcentratorBaseAutoStartDataChannel
Gets or sets flag that determines if concentrator will automatically start data channel.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoStartDataChannel { get; set; }
Public Property AutoStartDataChannel As Boolean
	Get
	Set
public:
property bool AutoStartDataChannel {
	bool get ();
	void set (bool value);
}
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).

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0