Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FaultAlgorithms
MeasurementData
C# 클래스 FaultAlgorithms.MeasurementData
Represents a set of single phase power time-domain data.
파일 보기
프로젝트 열기: GridProtectionAlliance/openXDA
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Measurements
double[]
SampleRate
int
Times
long[]
프로퍼티 상세
Measurements
공개적으로 프로퍼티
Array of measured values.
public
double[]
Measurements
리턴
double[]
SampleRate
공개적으로 프로퍼티
The number of measured samples per cycle of data.
public
int
SampleRate
리턴
int
Times
공개적으로 프로퍼티
Array of times in ticks (100 nanosecond intervals).
public
long[]
Times
리턴
long[]