-------------------------------------------------------
| 100 | |
| 101 | // ------------------------------------------------------- |
| 102 | QString SPEmbed::getSubcircuitFile() |
| 103 | { |
| 104 | // construct full filename |
| 105 | QString FileName = Props.getFirst()->Value; |
| 106 | return misc::properAbsFileName(FileName); |
| 107 | } |
| 108 | |
| 109 | // ------------------------------------------------------- |
| 110 | QString SPEmbed::netlist() |
nothing calls this directly
no outgoing calls
no test coverage detected