C# Class FaultAlgorithms.Conductor

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

Méthodes publiques

Свойство Type Description
I Cycle
V Cycle

Méthodes publiques

Méthode 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 méthode

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

Conductor() public méthode

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
Résultat Cycle

V public_oe property

One cycle of voltage data.
public Cycle,FaultAlgorithms V
Résultat Cycle