openPDC Synchrophasor Help
StatisticsReader Constructor (openPdcConfigPath)
NamespacesTVA.PhasorProtocolsStatisticsReaderStatisticsReader(String)
Creates a new instance of the StatisticsReader class. The configuration file specified in the parameter must contain the statistics historian records in order to automatically locate the archive files. Otherwise, the other constructor should be used. The StartTime and EndTime parameters are not set when using this constructor and must be set manually before attempting to read statistics from the archive.
Declaration Syntax
C#Visual BasicVisual C++
public StatisticsReader(
	string openPdcConfigPath
)
Public Sub New ( _
	openPdcConfigPath As String _
)
public:
StatisticsReader(
	String^ openPdcConfigPath
)
Parameters
openPdcConfigPath (String)
Path to the openPDC configuration file.

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