@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user