Property | Type | Description | |
---|---|---|---|
I | |||
V |
Method | Description | |
---|---|---|
Conductor ( ) |
Creates a new instance of the Conductor class.
|
|
Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, |
Creates a new instance of the Conductor class.
|
public Conductor ( int cycleIndex, int sampleRateDivisor, double frequency, |
||
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 | The voltage data points. | |
currentData | The current data points. |