NetworkModel PropertiesElecNetKit Documentation
The NetworkModel type exposes the following members.
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