ElecNetKit.NetworkModelling NamespaceElecNetKit Documentation
The ElecNetKit.NetworkModelling namespace defines classes and functions for examing, building and traversing electrical network models.
Classes

  ClassDescription
Public classBus
Buses are the 'glue' that hold other network elements together, and as such, every other network element must be connected to at least one Bus. Buses also store information on load-flow voltages, and have a location that is useful for graphing.
Public classGenerator
An electrical network element that injects power in to the network.
Public classLine
A line connecting two buses in the electrical network model.
Public classLoad
A kVA-absorbing load on the network.
Public classNetworkElement
The NetworkElement defines the basic interconnection model between elements of the electrical network.
Public classNetworkModel
Defines the entire network model, in terms of buses, lines, loads, generators and the connections between them.
Public classPowerConversionElement
A NetworkElement that converts power from one form to another. Think Loads, Generators, etc.
Public classPowerDeliveryElement
A NetworkElement that delivers power to other NetworkElements. Think Lines, Transformers, etc.
Public classTracing
The Tracing class defines a set of functions for tracing the topology of NetworkModels.
Structures

  StructureDescription
Public structureNetworkElementConnection
A structure that defines a single connection to another network element, specifying a network element and a phase to connect on.