加Breaker状态显示。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-12 17:13:39 +08:00
parent eadb1dedf3
commit e587ab8667
3 changed files with 16 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ bool ElementHashtable::GoPath()
// if(p->getName()=="ACLineSegment"){
// std::cout<<p->getID().toStdString()<<std::endl;
// }
if(p->getName()=="ACLineSegment" && p->getID()=="AC-456702")
if(p->getName()=="ACLineSegment" && p->getID()=="AC-456491")
{
ACLineSegment *ac=static_cast<ACLineSegment *>(p);//BusbarSection也就是线路头节点
QString acTerminal=ac->getTerminalB();