| Trees | Indices | Help |
|
|---|
|
|
Core.ConductingEquipment.ConductingEquipment --+
|
RegulatingCondEq.RegulatingCondEq --+
|
SynchronousMachine
An electromechanical device that operates synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.- [R7.2] and [R9.3] are satisfied by navigation to ConnectivityNode and Substation. - If a SynchronousMachine is not associated with a ReactiveCapabilityCurve, then the minQ and maxQ attributes will be used. - If a ReactiveCapabilityCurve is supplied, then the minQ and maxQ attributes are not required. - If a synchronous condenser is being modeled so that there is no capability for real power output, the SynchronousMachine is not required to be associated with a GeneratingUnit. In this case, the type and operatingMode attributes must both be set to âcondenserâ. - Attributes qPercent, r, r0, r2, x, x0, x2, ratedS and referencePriority are not required. SynchronousMachine.GeneratingUnit is required for this profile - need to change UML to reflect this.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_attrs = ["x0", "qPercent", "x2", "r", "referencePriority", "o
|
|||
_attr_types = {"x0": float, "qPercent": float, "x2": float, "r
|
|||
_defaults = {"x0": 0.0, "qPercent": 0.0, "x2": 0.0, "r": 0.0,
|
|||
_enums = {"operatingMode": "SynchronousMachineOperatingMode",
|
|||
_refs = ["InitialReactiveCapabilityCurve", "HydroPump", "Gener
|
|||
_many_refs = []
|
|||
InitialReactiveCapabilityCurve = property(getInitialReactiveCa
|
|||
HydroPump = property(getHydroPump, setHydroPump)
|
|||
GeneratingUnit = property(getGeneratingUnit, setGeneratingUnit)
|
|||
|
Inherited from |
|||
|
|||
|
x0 Zero sequence reactance of the synchronous machine. |
|||
|
qPercent Percent of the coordinated reactive control that comes from this machine. |
|||
|
x2 Negative sequence reactance. |
|||
|
r Positive sequence resistance of the synchronous machine. |
|||
|
referencePriority Priority of unit for reference bus selection. |
|||
|
operatingMode Current mode of operation. |
|||
|
r0 Zero sequence resistance of the synchronous machine. |
|||
|
type Modes that this synchronous machine can operate in. |
|||
|
r2 Negative sequence resistance. |
|||
|
maxQ Maximum reactive power limit. |
|||
|
x Positive sequence reactance of the synchronous machine. |
|||
|
ratedS Nameplate apparent power rating for the unit |
|||
|
minQ Minimum reactive power limit for the unit. |
|||
|
|||
Initialises a new 'SynchronousMachine' instance.
|
The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating. |
|
|||
_attrs
|
_attr_types
|
_defaults
|
_enums
|
_refs
|
InitialReactiveCapabilityCurve
|
|
|||
referencePriorityPriority of unit for reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. |
operatingModeCurrent mode of operation. Values are: "condenser", "generator" |
typeModes that this synchronous machine can operate in. Values are: "condenser", "generator_or_condenser", "generator" |
maxQMaximum reactive power limit. This is the maximum (nameplate) limit for the unit. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 2 18:27:38 2011 | http://epydoc.sourceforge.net |