2

I have created a subcircuit on LTspice. Here it is:

enter image description here

It has a lot parameters that I would like to adjust.

Her is the netlist:

enter image description here

Just have to create the symbol and it is done. Here it is:

enter image description here

Nevertheless I do not have access to the parameters... How can I do for accessing the parameters of my components? Is it also possible to set parameter value by default?

Have a nice day :)

winny
  • 13,064
  • 6
  • 46
  • 63
Jess
  • 2,694
  • 1
  • 18
  • 46

1 Answers1

2

I think you had a similar question before. At any rate, just RCLick on the symbol (or Ctrl+RClick) and simply add n=<value> Lleakp=<value> ..., then optionally double click on the entry in the Vis. column to make it visible and more accessible in the schematic. If you need those values paramterized in the top level schematic, simply add your .param statements then enter n={<param>} Lleakp={<param>} ..., and so on. BTW, this is also described in the help under Schematic Capture > Editing Components.

a concerned citizen
  • 21,167
  • 1
  • 20
  • 40
  • 1
    Really, you should [take a look here](https://electronics.stackexchange.com/a/372297/95619) for a much better explanation. – a concerned citizen May 31 '21 at 15:49
  • Apparently, i m loosing my long term memory ... That's bad ! Thank you for your comment :D – Jess Jun 01 '21 at 07:06
  • @Jess I may well just be me; decrepitude might be earlier than I thought. – a concerned citizen Jun 01 '21 at 07:13
  • 1
    I do not know. I was looking for a question on my own profil but I do not find it but it is possible that the topic name is not really descriptive of the above problem. So you may be right ! (BTW by looking for it, I saw all the questions that I posted ! And all the progress that I have done thanks to the community ! THANK YOU SO MUCH) – Jess Jun 01 '21 at 07:18
  • 1
    @Jess Congratulations and keep it up! Don't forget that doing that carries an implicit trial, one of a rather insidious nature: the equivalent of the surface of a lake for Narcissus. :-) – a concerned citizen Jun 01 '21 at 07:23
  • Well there is still a long way to do in electronics before falling in love of me like Narcissus :D – Jess Jun 01 '21 at 07:31