1.变压器接地支路放在左端

2.添加把所有线路合并起来的脚本

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-03-10 10:45:09 +08:00
parent 8a5d392450
commit b52bfd2935
5 changed files with 856 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ void CIMExporter::exportTo(const QString& path,const QString &rootID)
writer<<1<<seperator;
writer<<endLine;
//保存接地支路
groudBranch.push_back(CIMExporter::GroundBranch(ite->toNum, ite->tf->g1,ite->tf->b1));//都只用g1,b1的数据
groudBranch.push_back(CIMExporter::GroundBranch(ite->fromNum, ite->tf->g1,ite->tf->b1));//都只用g1,b1的数据
LoadMapping loadMapping;

View File

@@ -72,7 +72,7 @@ void Task::doAgainstTaskFile(ElementHashtable &eleHT)
eleHT.GoPath();
eleHT.ExportTo(QString("D:/MyPro/cimforreduceloss/testHasttable/output/pan/")+sep.at(0)+".txt");
eleHT.ShowContainerInfo(lineName);
break;
// break;
}
file.close();
}