Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
FaultAlgorithms
MeasurementData
C# Class FaultAlgorithms.MeasurementData
Represents a set of single phase power time-domain data.
Afficher le fichier
Open project: GridProtectionAlliance/openXDA
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Measurements
double[]
SampleRate
int
Times
long[]
Property Details
Measurements
public_oe property
Array of measured values.
public
double[]
Measurements
Résultat
double[]
SampleRate
public_oe property
The number of measured samples per cycle of data.
public
int
SampleRate
Résultat
int
Times
public_oe property
Array of times in ticks (100 nanosecond intervals).
public
long[]
Times
Résultat
long[]