C# Класс openHistorian.Data.Query.GetRawSignalMethods

Queries a historian database for a set of signals.
Показать файл Открыть проект

Открытые методы

Метод Описание
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]

Описание методов

GetRawSignals() публичный статический Метод

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.
Результат RawSignalTimeValue>.Dictionary