MCPcopy Create free account
hub / github.com/Qucs/qucs / createNodeSet

Method createNodeSet

qucs/schematic_file.cpp:1048–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046// ***************************************************************
1047
1048void 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// ---------------------------------------------------
1058void Schematic::throughAllNodes(bool User, QStringList& Collect,

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected