Click or drag to resize
Grid Solutions Framework

StatisticsReader(String) Constructor

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.

Namespace: HistorianAdapters
Assembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.182-beta
Syntax
public StatisticsReader(
	string sourceConfigPath
)
View Source

Parameters

sourceConfigPath  String
Path to the source configuration file.
See Also