| 1046 | // *************************************************************** |
| 1047 | |
| 1048 | void Schematic::createNodeSet(QStringList& Collect, int& countInit, |
| 1049 | Conductor *pw, Node *p1) |
| 1050 | { |
| 1051 | if(pw->Label) |
| 1052 | if(!pw->Label->initValue.isEmpty()) |
| 1053 | Collect.append("NodeSet:NS" + QString::number(countInit++) + " " + |
| 1054 | p1->Name + " U=\"" + pw->Label->initValue + "\""); |
| 1055 | } |
| 1056 | |
| 1057 | // --------------------------------------------------- |
| 1058 | void Schematic::throughAllNodes(bool User, QStringList& Collect, |