simplenet.boundary¶
Boundary bus identification.
Port of matlab/NetworkReduction2/DefBoundary.m: a boundary bus is
a retained (internal) bus that shares a branch with at least one
external bus.
find_boundary_buses
¶
Return the original-numbered IDs of the boundary buses.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
case
|
PowerCase
|
The full :class: |
required |
external_bus_ids
|
ndarray
|
1-D array of bus IDs (in original numbering) that will be eliminated. |
required |