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

Method getSubcircuitFile

qucs/components/spdeembed.cpp:109–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107
108// -------------------------------------------------------
109QString SPDeEmbed::getSubcircuitFile()
110{
111 // construct full filename
112 QString FileName = Props.getFirst()->Value;
113 return misc::properAbsFileName(FileName);
114}
115
116// -------------------------------------------------------
117QString SPDeEmbed::netlist()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected