The ElecNetKit.NetworkModelling namespace defines classes and functions
for examing, building and traversing electrical network models.
Classes
Class | Description | |
---|---|---|
![]() | Bus | |
![]() | Generator |
An electrical network element that injects power
in to the network.
|
![]() | Line |
A line connecting two buses in the electrical network model.
|
![]() | Load |
A kVA-absorbing load on the network.
|
![]() | NetworkElement |
The NetworkElement defines the basic interconnection
model between elements of the electrical network.
|
![]() | NetworkModel |
Defines the entire network model, in terms of buses, lines, loads, generators
and the connections between them.
|
![]() | PowerConversionElement | |
![]() | PowerDeliveryElement | |
![]() | Tracing |
The Tracing class defines a set of functions for tracing
the topology of NetworkModels.
|
Structures
Structure | Description | |
---|---|---|
![]() | NetworkElementConnection |
A structure that defines a single connection to another network element,
specifying a network element and a phase to connect on.
|