Tim Edwards
10/12/2021, 1:51 AMcode_shown
block without the format=tcleval()
setting. I assume that the tcleval
does not like the brackets, but I couldn't figure out how to backslash-escape them or whatever to make them invisible to the Tcl interpreter. Removing it entirely from the Tcl evaluation was the only way I found that would get it to work.Christoph Maier
10/12/2021, 5:36 PMcode_shown
block prevents the simulation from crashing, but
plot V(io_out[11]) V(io_out[12]) V(io_out[15]) V(io_out[16])
+ V(gpio_analog[3]) V(gpio_analog[7])
still results in
Error: bad v() syntax
Are you making some undocumented implicit assumptions how to configure the plot
instruction in ngspice?Christoph Maier
10/13/2021, 12:25 AMTim Edwards
10/13/2021, 12:34 AMChristoph Maier
10/13/2021, 12:42 AMmagic
is next.