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

Method getSubcircuitFile

qucs/components/ifile.cpp:83–88  ·  view source on GitHub ↗

-------------------------------------------------------

Source from the content-addressed store, hash-verified

81
82// -------------------------------------------------------
83QString iFile::getSubcircuitFile()
84{
85 // construct full filename
86 QString FileName = Props.getFirst()->Value;
87 return misc::properAbsFileName(FileName);
88}
89
90// -------------------------------------------------------
91QString iFile::netlist()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected