Roberto Di Lorenzo
11/27/2022, 9:44 PMname=h1
descr=Annotate
tclcommand="ngspice::annotate $netlist_dir/bandgap_op.raw op"
but i get an error: "invalid command name ngspice::annotate"Stefan Schippers
11/28/2022, 10:05 AMStefan Schippers
11/28/2022, 10:06 AMRoberto Di Lorenzo
11/28/2022, 6:01 PMRoberto Di Lorenzo
11/28/2022, 6:22 PMRoberto Di Lorenzo
11/28/2022, 8:55 PMStefan Schippers
11/28/2022, 9:41 PMset_paths
is used if you want to change the library paths while schem is running. in xschemrc which is loaded on startup you don't need to use it.
Where did you get an xschemrc with this set_paths function?
If xschem tells you there is no such set_paths
command and if you see the SKIP RECORD lines this means you have an ubuntu xschem installation.
so do a sudo apt purge xschem
remove the .../share/doc/xschem
and the .../share/xschem
directories and install xschem from source as explaned here.Roberto Di Lorenzo
11/28/2022, 10:04 PMStefan Schippers
11/28/2022, 10:09 PMfind / -xdev -name xschem -type d
to find any directory named xschem and verify no old stuff is lying around.Roberto Di Lorenzo
11/28/2022, 10:13 PMStefan Schippers
11/28/2022, 10:16 PM