1.把负荷文件路径加入CIMParser中。
2.把变压器也处理成双端支路。 Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
@@ -27,7 +27,9 @@ public:
|
||||
explicit ElementHashtable(QObject *parent = 0);
|
||||
bool Parse(const QString& xmlPWPath,const QString& xmlZWPath);
|
||||
bool GoPath();
|
||||
// void ExportTo(const QString& path);
|
||||
void SetACLineID(const QString &id);//寻找的线路ID
|
||||
void SetLoadFilePath(const QString &path);
|
||||
void SetFDSet(const QVector<QString> &FDSet);//FeeDer集合
|
||||
void ShowContainerInfo(const QString& fileName);
|
||||
private:
|
||||
@@ -41,6 +43,7 @@ private:
|
||||
QString lineID;
|
||||
QVector<QString> FDSet;
|
||||
TopologyRecorder *tpRecorder;
|
||||
QString loadFilePath;
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user