Stefan Schippers
03/04/2024, 8:57 PM[pwd]
or $env(HOME)
.
In Xschem '.' refers to the directory of the currently loaded schematic, not the current working directory where the tool has been started from.
This '.' interpretation has some use cases (a schematic referencing other symbols with just their name will find them in the directory containing the current schematic) but has also some disadvantages. My suggestion is to avoid using it.Tim Edwards
03/04/2024, 8:58 PM