NetworkModel MembersElecNetKit Documentation

The NetworkModel type exposes the following members.
Constructors

  NameDescription
Public methodNetworkModel
Instantiates a new NetworkModel.
Back to Top
Methods

  NameDescription
Protected methodFindNetworkBounds
Finds a bounding box for the network elements.
Public methodUpdateNetworkBounds
Updates the network bounds based upon the XY coordinates of the network buses.
Back to Top
Fields

  NameDescription
Protected fieldnetworkBounds
A rectangle indicating the outer limits of the XY coordinates of the network buses.
Back to Top
Properties

  NameDescription
Public propertyBuses
A dictionary of buses in the network, indexed by Bus ID so as to be easier to find and connect to other network elements.
Public propertyGenerators
Every generator in the network.
Public propertyLines
Every line in the network.
Public propertyLoads
Every load in the network.
Public propertyLosseskVA
The total losses on the network, across all phases, in kVA.
Public propertyNetworkBounds
The bounding box of all network elements in network coordinates. Calculated on network construction, or by calling UpdateNetworkBounds .
Public propertySourceBus
The source (stiff, fixed) bus of the network.
Back to Top
See Also