The Generator type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Generator(String, Phased Complex ) | 
            Instantiates a new Generator. This constructor is
            for building arbitrarily-phased networks.
              | |
| Generator(String, Complex, Int32) | 
            Instantiates a new Generator. This constructor is
            for building balanced networks only.
              | 
Methods
| Name | Description | |
|---|---|---|
| Connect(Bus) | 
            Connects this PowerConversionElement to a Bus.
            This is the connection method for three-phase balanced networks. Use
            ConnectWye Overload and Connect(Int32, Bus, Int32)
            for arbitrarily-phased networks.
              (Inherited from PowerConversionElement.) | |
| Connect(Int32, NetworkElement, Int32) | 
            Connects this NetworkElement to a single other NetworkElement, with a specified phasing.
              (Inherited from NetworkElement.) | |
| Connect(Int32, Bus, Int32) | 
            Connects a phase of a power conversion element between two phases of a single Bus.
              (Inherited from PowerConversionElement.) | |
| 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.) | |
| ConnectWye(Bus, Int32 ) | 
            Connects this power conversion element in Wye to connectTo. Each phase of
            the PowerConversionElement specified in phases will be connected
            to the corresponding active phase.
              (Inherited from PowerConversionElement.) | |
| ConnectWye(Bus, IEnumerable Int32 , IEnumerable Int32 ) | 
            Connects this power conversion element in Wye to connectTo. Each phase of the
            PowerConversionElementin pcElementPhases is connected to the phase of the same index in
            busPhases.
              (Inherited from PowerConversionElement.) | |
| 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.) | |
| Generation | 
            The total kVA that the Generator injects into the network.
            The real component represents the real power (kW) and
            the imaginary component represents the injected reactive (imaginary)
            power (kVAr).
              | |
| GenerationPhased | 
            The kVA that the Generator injects into the network.
            This is a phased value, of which the real component represents the real power (kW) and
            the imaginary component represents the injected reactive (imaginary)
            power (kVAr).
              | |
| ID | 
            The ID of this specific element.
              (Inherited from NetworkElement.) | 
See Also