-------------------------------------------------------
| 107 | |
| 108 | // ------------------------------------------------------- |
| 109 | QString SPDeEmbed::getSubcircuitFile() |
| 110 | { |
| 111 | // construct full filename |
| 112 | QString FileName = Props.getFirst()->Value; |
| 113 | return misc::properAbsFileName(FileName); |
| 114 | } |
| 115 | |
| 116 | // ------------------------------------------------------- |
| 117 | QString SPDeEmbed::netlist() |
nothing calls this directly
no outgoing calls
no test coverage detected