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

Method getSubcircuitFile

qucs/components/spembed.cpp:102–107  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

100
101// -------------------------------------------------------
102QString SPEmbed::getSubcircuitFile()
103{
104 // construct full filename
105 QString FileName = Props.getFirst()->Value;
106 return misc::properAbsFileName(FileName);
107}
108
109// -------------------------------------------------------
110QString SPEmbed::netlist()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected