#include <EquivalentNetwork.h>
Public Attributes | |
std::list< IEC61970::Base::Equivalents::EquivalentEquipment * > | EquivalentEquipments |
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 class that represents an external meshed network that has been reduced to an electrically equivalent model. The ConnectivityNodes contained in the equivalent are intended to reflect internal nodes of the equivalent. The boundary Connectivity nodes where the equivalent connects outside itself are NOT contained by the equivalent.
std::list<IEC61970::Base::Equivalents::EquivalentEquipment*> IEC61970::Base::Equivalents::EquivalentNetwork::EquivalentEquipments |
The associated reduced equivalents.