The NetworkModel type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NetworkModel |
Instantiates a new NetworkModel.
|
Methods
Name | Description | |
---|---|---|
![]() | FindNetworkBounds |
Finds a bounding box for the network elements.
|
![]() | UpdateNetworkBounds |
Updates the network bounds based upon the XY coordinates of the
network buses.
|
Fields
Name | Description | |
---|---|---|
![]() | networkBounds |
A rectangle indicating the outer limits of the XY coordinates of the
network buses.
|
Properties
Name | Description | |
---|---|---|
![]() | Buses |
A dictionary of buses in the network, indexed by Bus ID so as to be
easier to find and connect to other network elements.
|
![]() | Generators |
Every generator in the network.
|
![]() | Lines |
Every line in the network.
|
![]() | Loads |
Every load in the network.
|
![]() | LosseskVA |
The total losses on the network, across all phases, in kVA.
|
![]() | NetworkBounds |
The bounding box of all network elements in network coordinates.
Calculated on network construction, or by calling UpdateNetworkBounds().
|
![]() | SourceBus |
The source (stiff, fixed) bus of the network.
|
See Also