Hello! sorry if this has been asked before, but when scripting the NGSPICE simulations in a testbench, I want to access net voltage that is within a symbol for a gain calculation. How would i specify that I am referencing a net inside a symbol?
s
Stefan Schippers
05/11/2024, 9:06 PM
@Enrique Garcia if symbol is placed with name
X1
and net is named
A
the fully qualified net name is
x1.a
(ngspice is case insensitive and by default converts everything to lowercase).