#include <TieFlow.h>
Public Attributes | |
IEC61970::Base::Domain::Boolean | positiveFlowIn |
std::list< IEC61970::Base::ControlArea::AltTieMeas * > | AltTieMeas |
IEC61970::Base::Core::Terminal * | Terminal |
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 flow specification in terms of location and direction for a control area.
std::list<IEC61970::Base::ControlArea::AltTieMeas*> IEC61970::Base::ControlArea::TieFlow::AltTieMeas |
The primary and alternate tie flow measurements associated with the tie flow.
IEC61970::Base::Domain::Boolean IEC61970::Base::ControlArea::TieFlow::positiveFlowIn |
True if the flow into the terminal (load convention) is also flow into the control area. For example, this attribute should be true if using the tie line terminal further away from the control area. For example to represent a tie to a shunt component (like a load or generator) in another area, this is the near end of a branch and this attribute would be specified as false.
IEC61970::Base::Core::Terminal* IEC61970::Base::ControlArea::TieFlow::Terminal |
The terminal to which this tie flow belongs.