The PowerDeliveryElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| PowerDeliveryElement | Initializes a new instance of the PowerDeliveryElement class  | 
Methods
| Name | Description | |
|---|---|---|
| Connect(Bus, Bus) | 
             Connects this PowerDeliveryElement between two Buses. This method is for
             building three-phase balanced networks. Use
             Connect3Phase(Bus, Bus), Connect(Int32, Bus, Int32, Bus, Int32), Connect(Bus, Bus,  Int32 )
             and Connect(Bus, IEnumerable Int32 , Bus, IEnumerable Int32 ) for arbitrarily-phased networks.
               | |
| Connect(Int32, NetworkElement, Int32) | 
            Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
              (Inherited from NetworkElement.) | |
| Connect(Bus, Bus, Int32 ) | ||
| Connect(Bus, IEnumerable Int32 , Bus, IEnumerable Int32 ) | 
            Connects the PowerDeliveryElement on the phases in bus1AndLinePhases
            to the same phases on bus1, and to the correspondingly-indexed phases bus2Phases
            on bus2.
              | |
| Connect(Int32, Bus, Int32, Bus, Int32) | ||
| Connect3Phase | 
             Connects this PowerDeliveryElement between two Buses,
             on phases 1,2,3.
               | |
| ConnectBetween(Int32, NetworkElement, Int32, NetworkElement, Int32) | 
            Connects the NetworkElement between two other NetworkElements, with a specific phasing.
              (Inherited from NetworkElement.) | |
| ConnectionExists(Int32, NetworkElement, Int32) | 
            Test if a specific connection between this element and another element on specific phases exists.
              (Inherited from NetworkElement.) | |
| Disconnect(NetworkElement) | 
            Disconnect this network element from another network element across all phases.
              (Inherited from NetworkElement.) | |
| OnDeserialization | 
            Reconstructs the NetworkElement after deserialisation.
              (Inherited from NetworkElement.) | 
Properties
| Name | Description | |
|---|---|---|
| ConnectedOnAllActivePhases | 
            All elements that are connected to this element across all active phases (and possibly across neutral, phase 0).
              (Inherited from NetworkElement.) | |
| ConnectedTo | 
            A set of other elements that the NetworkElement is connected to. Incorporates
            connections on any phase. This property can be safely used for analysis of balanced three-phase or single-phase networks.
              (Inherited from NetworkElement.) | |
| ConnectedToAnyPhase | 
            All connected elements, across any phase.
              (Inherited from NetworkElement.) | |
| ConnectedToPhased | 
            A set of other elements that the NetworkElement is connected to, arranged by phase.
              (Inherited from NetworkElement.) | |
| ElementType | 
            Gets a type-string for the element, e.g. 'Bus', 'Load', etc.
              (Inherited from NetworkElement.) | |
| ID | 
            The ID of this specific element.
              (Inherited from NetworkElement.) | 
See Also