C# 클래스 openHistorian.Data.Query.GetRawSignalMethods

Queries a historian database for a set of signals.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
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