Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseStartDataChannel Method

Starts the PhasorDataConcentratorBase real-time data stream.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
[AdapterCommandAttribute("Manually starts the real-time data stream.", new string[] { ... })]
public virtual void StartDataChannel()
View Source
Remarks
If AutoStartDataChannel is false, this method will allow host administrator to manually start the data channel, thus enabling the real-time data stream. If command channel is defined, it will be unaffected.
See Also