C# Class FaultAlgorithms.Conductor

Contains data for both the voltage and current on a conductor.
Datei anzeigen Open project: GridProtectionAlliance/openXDA Class Usage Examples

Public Properties

Property Type Description
I Cycle
V Cycle

Public Methods

Method Description
Conductor ( )

Creates a new instance of the Conductor class.

Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, MeasurementData voltageData, MeasurementData currentData )

Creates a new instance of the Conductor class.

Method Details

Conductor() public method

Creates a new instance of the Conductor class.
public Conductor ( )

Conductor() public method

Creates a new instance of the Conductor class.
public Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, MeasurementData voltageData, MeasurementData currentData )
cycleIndex int The index of the cycle to be calculated.
sampleRateDivisor int The value to divide from the sample rate to determine the starting location of the cycle.
frequency double The frequency of the sine wave during this cycle.
voltageData MeasurementData The voltage data points.
currentData MeasurementData The current data points.

Property Details

I public_oe property

One cycle of current data.
public Cycle,FaultAlgorithms I
return Cycle

V public_oe property

One cycle of voltage data.
public Cycle,FaultAlgorithms V
return Cycle