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.
            
Inheritance Hierarchy
 System Object
System ObjectElecNetKit.NetworkModelling NetworkElement
ElecNetKit.NetworkModelling Bus
Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
[SerializableAttribute] public class Bus : NetworkElement, IDeserializationCallback
See Also