> A syntax like "I2.MP2:d", "I2.MP2:s" ... (pins d/g/s/b should be in
> lower case) will only work if the models are pure models and not
> subckts, which is not the case.
I tried a few things, indeed that's right. For subckts they need to be
accessed by number, only for
components will the terminal name work.
so using a subckt you should really set termMapping to
nil D \:1 G \:2 S \:3 B \:4
if you inline the mos instance inside your subckt, then you can access the
terminals of the mos
instance as
nil D \:d G \:g S \:s B \:b
Note, if you do a save( 'all ) you will also see your mosfet currents as
I2.MP2.m1:d and so on, but
they couldn't be mapped by ADE correctly as far as my experiments taught
me...
Cheers,
Stéphane


|