mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-30 09:38:49 +02:00
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
Liblook is a script that can show specified model or sub-circuit entry in
|
|
spice library. Common use look like this:
|
|
|
|
liblook lib_name [text_to_find] [lines_before] [lines_after]
|
|
|
|
lines_before and lines_after are used when you want to specify how many lines
|
|
you want to see before or after given text. Look to he source for more
|
|
details.
|
|
|