Stefan Schippers
05/02/2024, 8:47 AM@#pin_name:spice_get_voltage
this will print the voltage value of the net attached to the symbol pin.
Example:
@#D:spice_get_voltage
(get drain voltage)
The motivation for adding this new attribute is efficiency. No tcl is used to retrieve the voltage, so it is very fast (and simpler expression).
Also in latest xschem I got rid of all the net_name=1
stuff so you don't need to add these attributes and enable option View->show/hide->show net names on symbol pins
(now active by default).dlmiles
05/02/2024, 1:14 PMdlmiles
05/02/2024, 1:18 PMmake clean
probably needs cd scconfig && make clean
added somewhere.Stefan Schippers
05/02/2024, 1:21 PMmake distclean
to rebuild completely. I have added some code to detect libreadline presence on the system (although I am not using that yet). Your problems are due to some forgotten file additions to the github repo. fixed this late morning.