C# Class openHistorian.Data.Query.GetRawSignalMethods

Queries a historian database for a set of signals.
ファイルを表示 Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
GetRawSignals ( HistorianValue>.this database, System.DateTime startTime, System.DateTime endTime, IEnumerable signals ) : RawSignalTimeValue>.Dictionary

Queries the provided signals within a the provided time window [Inclusive]

Method Details

GetRawSignals() public static method

Queries the provided signals within a the provided time window [Inclusive]
public static GetRawSignals ( HistorianValue>.this database, System.DateTime startTime, System.DateTime endTime, IEnumerable signals ) : RawSignalTimeValue>.Dictionary
database HistorianValue>.this
startTime System.DateTime the lower bound of the time
endTime System.DateTime the upper bound of the time. [Inclusive]
signals IEnumerable an IEnumerable of all of the signals to query as part of the results set.
return RawSignalTimeValue>.Dictionary