C# Class FaultAlgorithms.MeasurementData

Represents a set of single phase power time-domain data.
显示文件 Open project: GridProtectionAlliance/openXDA Class Usage Examples

Public Properties

Property Type Description
Measurements double[]
SampleRate int
Times long[]

Property Details

Measurements public_oe property

Array of measured values.
public double[] Measurements
return double[]

SampleRate public_oe property

The number of measured samples per cycle of data.
public int SampleRate
return int

Times public_oe property

Array of times in ticks (100 nanosecond intervals).
public long[] Times
return long[]