Property | Type | Description | |
---|---|---|---|
AN | |||
BN | |||
CN | |||
StartTime | System.DateTime |
Method | Description | |
---|---|---|
CalculateSequenceComponents ( |
Calculates the positive, negative, and zero sequence components and returns them in an array with indexes 1, 2, and 0 respectively.
|
|
CycleData ( ) : System |
Creates a new instance of the CycleData class.
|
|
CycleData ( int cycleIndex, int sampleRateDivisor, double frequency, |
Creates a new instance of the CycleData class.
|
public static CalculateSequenceComponents ( |
||
anCycle | The cycle of A-to-neutral data to be used. | |
bnCycle | The cycle of B-to-neutral data to be used. | |
cnCycle | The cycle of C-to-neutral data to be used. | |
return | ComplexNumber[] |
public CycleData ( int cycleIndex, int sampleRateDivisor, double frequency, |
||
cycleIndex | int | The index of the cycle being created. |
sampleRateDivisor | int | The value to divide from the sample rate to determine the index of the sample at the start of the cycle. |
frequency | double | The frequency of the measured system, in Hz. |
voltageDataSet | The data set containing voltage measurements. | |
currentDataSet | The data set containing current measurements. | |
return | System |