Is there a way to customize the xschem user interface, and if so what skills should I have to do that.
s
Stefan Schippers
03/29/2023, 9:18 PM
you can add new menu commands to xschem and add new toolbar buttons. Any xschem action can be triggered bu these new menu/button widgets.
You can create a tcl script for example
myscript.tcl
and add this to your xschemrc:
lappend tcl_files myscript.tcl
so it will be loaded automatically when xschem starts. Otherwise you can load the script with
source myscript.tcl
Atached two simple tcl files, one adds a new menu entry, the other adds a new toolbar button.
There are many xschem specific commands, these begin with the xschem keyword.
Examples:
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.