C# Класс FaultAlgorithms.Conductor

Contains data for both the voltage and current on a conductor.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
I Cycle
V Cycle

Открытые методы

Метод Описание
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.

Описание методов

Conductor() публичный Метод

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

Conductor() публичный Метод

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.

Описание свойств

I публичное свойство

One cycle of current data.
public Cycle,FaultAlgorithms I
Результат Cycle

V публичное свойство

One cycle of voltage data.
public Cycle,FaultAlgorithms V
Результат Cycle