Click or drag to resize

Topology Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:dss_sharp.Topology"]

Inheritance Hierarchy

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public class Topology : ContextState

The Topology type exposes the following members.

Constructors
  NameDescription
Public methodTopology
Initializes a new instance of the Topology class
Top
Properties
  NameDescription
Public propertyActiveBranch
Returns index of the active branch
Public propertyActiveLevel
Topological depth of the active branch
Public propertyAllIsolatedBranches
Array of all isolated branch names.
Public propertyAllIsolatedLoads
Array of all isolated load names.
Public propertyAllLoopedPairs
Array of all looped element names, by pairs.
Public propertyBackwardBranch
MOve back toward the source, return index of new active branch, or 0 if no more.
Public propertyBranchName
Name of the active branch.
Public propertyBusName
Set the active branch to one containing this bus, return index or 0 if not found
Public propertyFirst
Sets the first branch active, returns 0 if none.
Public propertyFirstLoad
First load at the active branch, return index or 0 if none.
Public propertyForwardBranch
Move forward in the tree, return index of new active branch or 0 if no more
Public propertyLoopedBranch
Move to looped branch, return index or 0 if none.
Public propertyNext
Sets the next branch active, returns 0 if no more.
Public propertyNextLoad
Next load at the active branch, return index or 0 if no more.
Public propertyNumIsolatedBranches
Number of isolated branches (PD elements and capacitors).
Public propertyNumIsolatedLoads
Number of isolated loads
Public propertyNumLoops
Number of loops
Public propertyParallelBranch
Move to directly parallel branch, return index or 0 if none.
Top
Methods
  NameDescription
Protected methodCheckForError (Inherited from ContextState.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContextHandle
Returns the low-level handle of the current OpenDSS/DSS-CAPI instance.
(Inherited from ContextState.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldapiutil (Inherited from ContextState.)
Protected fieldctx (Inherited from ContextState.)
Top
See Also