@@ -70,6 +70,13 @@ bool TopologyRecorder::startWithNode(const QString& node)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if(ce.startsWith("TF"))
|
||||
{
|
||||
QString tfID=ce;
|
||||
PowerTransformer *tf=static_cast<PowerTransformer *>(ht[tfID]);
|
||||
std::cout<<"TF"<<tf->getNamingDescription().toStdString()<<std::endl;
|
||||
// foundCate=true;
|
||||
}
|
||||
if(foundCate)
|
||||
{
|
||||
this->branch.push_back(fromTo);
|
||||
|
||||
Reference in New Issue
Block a user