some doubt about pyspice alter command #318
zhoujingfighting
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello:
I noticed two awesome functions:
alter_device()
andalter_model()
but I did't find any examples about how to use them. I'm not sure what should thedevice_name
be. For example, there is a capacitance namedC1
in the . If I want to alter the value ofC1
, thedevice_name
ofC1
should beC1
directly or a chain like 'X1.foo.bar.C1`?exactly , what I mean is that how pyspice kown the exact device or model name(ngspice manual:17.5.3) to alter parameters?
I will attach an example:
I run the commad 'listing expand' and get these output:
Beta Was this translation helpful? Give feedback.
All reactions