PDElements Properties |
[This is preliminary documentation and is subject to change.]
The PDElements type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedL |
accummulated failure rate for this branch on downline
| |
AllCplxSeqCurrents |
Complex double array of Sequence Currents for all conductors of all terminals, for each PD elements.
(API Extension)
| |
AllCurrents |
Complex array of currents for all conductors, all terminals, for each PD element.
(API Extension)
| |
AllCurrentsMagAng |
Complex array (magnitude and angle format) of currents for all conductors, all terminals, for each PD element.
(API Extension)
| |
AllNames |
Array of strings consisting of all PD element names.
(API Extension)
| |
AllNumConductors |
Integer array listing the number of conductors of all PD elements
(API Extension)
| |
AllNumPhases |
Integer array listing the number of phases of all PD elements
(API Extension)
| |
AllNumTerminals |
Integer array listing the number of terminals of all PD elements
(API Extension)
| |
AllPowers |
Complex array of powers into each conductor of each terminal, for each PD element.
(API Extension)
| |
AllSeqCurrents |
Double array of the symmetrical component currents into each 3-phase terminal, for each PD element.
(API Extension)
| |
AllSeqPowers |
Double array of sequence powers into each 3-phase teminal, for each PD element
(API Extension)
| |
Count |
Number of PD elements (including disabled elements)
| |
FaultRate |
Get/Set Number of failures per year.
For LINE elements: Number of failures per unit length per year.
| |
First |
Set the first enabled PD element to be the active element.
Returns 0 if none found.
| |
FromTerminal |
Number of the terminal of active PD element that is on the "from"
side. This is set after the meter zone is determined.
| |
IsShunt |
Boolean indicating of PD element should be treated as a shunt
element rather than a series element. Applies to Capacitor and Reactor
elements in particular.
| |
Lambda |
Failure rate for this branch. Faults per year including length of line.
| |
Name |
Get/Set name of active PD Element. Returns null string if active element
is not PDElement type.
| |
Next |
Advance to the next PD element in the circuit. Enabled elements
only. Returns 0 when no more elements.
| |
Numcustomers |
Number of customers, this branch
| |
ParentPDElement |
Sets the parent PD element to be the active circuit element.
Returns 0 if no more elements upline.
| |
pctPermanent |
Get/Set percent of faults that are permanent (require repair). Otherwise, fault is assumed to be transient/temporary.
| |
RepairTime |
Average repair time for this element in hours
| |
SectionID |
Integer ID of the feeder section that this PDElement branch is part of
| |
Totalcustomers |
Total number of customers from this branch to the end of the zone
| |
TotalMiles |
Total miles of line from this element to the end of the zone. For recloser siting algorithm.
|