Topology Properties |
[This is preliminary documentation and is subject to change.]
The Topology type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveBranch |
Returns index of the active branch
| |
| ActiveLevel |
Topological depth of the active branch
| |
| AllIsolatedBranches |
Array of all isolated branch names.
| |
| AllIsolatedLoads |
Array of all isolated load names.
| |
| AllLoopedPairs |
Array of all looped element names, by pairs.
| |
| BackwardBranch |
MOve back toward the source, return index of new active branch, or 0 if no more.
| |
| BranchName |
Name of the active branch.
| |
| BusName |
Set the active branch to one containing this bus, return index or 0 if not found
| |
| First |
Sets the first branch active, returns 0 if none.
| |
| FirstLoad |
First load at the active branch, return index or 0 if none.
| |
| ForwardBranch |
Move forward in the tree, return index of new active branch or 0 if no more
| |
| LoopedBranch |
Move to looped branch, return index or 0 if none.
| |
| Next |
Sets the next branch active, returns 0 if no more.
| |
| NextLoad |
Next load at the active branch, return index or 0 if no more.
| |
| NumIsolatedBranches |
Number of isolated branches (PD elements and capacitors).
| |
| NumIsolatedLoads |
Number of isolated loads
| |
| NumLoops |
Number of loops
| |
| ParallelBranch |
Move to directly parallel branch, return index or 0 if none.
|