Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
FaultAlgorithms
MeasurementData
C# Class FaultAlgorithms.MeasurementData
Represents a set of single phase power time-domain data.
Show file
Open project: GridProtectionAlliance/openXDA
Class Usage Examples
Public Properties
Property
Type
Description
Measurements
double[]
SampleRate
int
Times
long[]
Property Details
Measurements
public property
Array of measured values.
public
double[]
Measurements
return
double[]
SampleRate
public property
The number of measured samples per cycle of data.
public
int
SampleRate
return
int
Times
public property
Array of times in ticks (100 nanosecond intervals).
public
long[]
Times
return
long[]