|
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: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax public StatisticsReader(
string sourceConfigPath
)
Public Sub New (
sourceConfigPath As String
)
public:
StatisticsReader(
String^ sourceConfigPath
)
new :
sourceConfigPath : string -> StatisticsReader
HistorianAdapters.StatisticsReader = function(sourceConfigPath);
View SourceParameters
- sourceConfigPath String
- Path to the source configuration file.
See Also