#include <EquivalentInjection.h>
This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Equivalents::EquivalentInjection::maxP |
Maximum active power of the injection.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Equivalents::EquivalentInjection::maxQ |
Used for modeling of infeed for load flow exchange. Not used for short circuit modeling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Equivalents::EquivalentInjection::minP |
Minimum active power of the injection.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Equivalents::EquivalentInjection::minQ |
Used for modeling of infeed for load flow exchange. Not used for short circuit modeling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Equivalents::EquivalentInjection::p |
Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Equivalents::EquivalentInjection::q |
Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
IEC61970::Base::Domain::Resistance IEC61970::Base::Equivalents::EquivalentInjection::r |
Positive sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
IEC61970::Base::Domain::Resistance IEC61970::Base::Equivalents::EquivalentInjection::r0 |
Zero sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
IEC61970::Base::Domain::Resistance IEC61970::Base::Equivalents::EquivalentInjection::r2 |
Negative sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
IEC61970::Base::Domain::Boolean IEC61970::Base::Equivalents::EquivalentInjection::regulationCapability |
Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage.
IEC61970::Base::Domain::Boolean IEC61970::Base::Equivalents::EquivalentInjection::regulationStatus |
Specifies the default regulation status of the EquivalentInjection. True is regulating. False is not regulating.
IEC61970::Base::Domain::Voltage IEC61970::Base::Equivalents::EquivalentInjection::regulationTarget |
The target voltage for voltage regulation.
IEC61970::Base::Domain::Reactance IEC61970::Base::Equivalents::EquivalentInjection::x |
Positive sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
IEC61970::Base::Domain::Reactance IEC61970::Base::Equivalents::EquivalentInjection::x0 |
Zero sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
IEC61970::Base::Domain::Reactance IEC61970::Base::Equivalents::EquivalentInjection::x2 |
Negative sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.