On Mon, Apr 20, 2020 at 08:43:55AM +0200, patrick wrote: > (I think it's [resolving parameters in the global scope] > what works in other simulators - but not so important):
This is interesting. I had that suspicion years ago, but it was never so relevant. Now the subcircuits are plugins. you can just use your own, following your own rules. I have pushed a modified subckt plugin [1] to gnucap-custom. build it with $ make d_subckt_p.so use it with $ gnucap -a /path/to/d_subckt.so or some other way, c.f. gnucap-custom/README (please test carefully, and/or send me a test to add to gnucap-custom.) thanks felix [1] https://codeberg.org/gnucap/gnucap-custom/src/branch/develop/d_subckt_p.cc
