#include <EnergyConsumerPhase.h>
Public Attributes | |
IEC61970::Base::Domain::ActivePower | pfixed |
IEC61970::Base::Domain::PerCent | pfixedPct |
IEC61970::Base::Wires::SinglePhaseKind | phase = IEC61970::Base::Wires::SinglePhaseKind::_undef |
IEC61970::Base::Domain::ReactivePower | qfixed |
IEC61970::Base::Domain::PerCent | qfixedPct |
Public Attributes inherited from IEC61970::Base::Core::PowerSystemResource | |
std::list< IEC61970::Base::Meas::Control * > | Controls |
std::list< IEC61970::Base::Meas::Measurement * > | Measurements |
IEC61970::Base::Core::PSRType * | PSRType |
Public Attributes inherited from IEC61970::Base::Core::IdentifiedObject | |
IEC61970::Base::Domain::String | aliasName |
IEC61970::Base::Domain::String | description |
IEC61970::Base::Domain::String | mRID |
IEC61970::Base::Domain::String | name |
std::list< IEC61970::Base::DiagramLayout::DiagramObject * > | DiagramObjects |
A single phase of an energy consumer.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::EnergyConsumerPhase::pfixed |
Active power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Domain::PerCent IEC61970::Base::Wires::EnergyConsumerPhase::pfixedPct |
Fixed active power as per cent of load group fixed active power. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Wires::SinglePhaseKind IEC61970::Base::Wires::EnergyConsumerPhase::phase = IEC61970::Base::Wires::SinglePhaseKind::_undef |
Phase of this energy consumer component. If the energy consumer is wye connected, the connection is from the indicated phase to the central ground or neutral point. If the energy consumer is delta connected, the phase indicates an energy consumer connected from the indicated phase to the next logical non- neutral phase.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Wires::EnergyConsumerPhase::qfixed |
Reactive power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Domain::PerCent IEC61970::Base::Wires::EnergyConsumerPhase::qfixedPct |
Fixed reactive power as per cent of load group fixed reactive power. Load sign convention is used, i.e. positive sign means flow out from a node.