https://github.com/itstorque/ltspice-tikz
Convert LTspice circuit files into tikz pictures
https://github.com/itstorque/ltspice-tikz
Last synced: over 1 year ago
JSON representation
Convert LTspice circuit files into tikz pictures
- Host: GitHub
- URL: https://github.com/itstorque/ltspice-tikz
- Owner: itstorque
- Created: 2022-09-22T00:13:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T18:12:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T20:54:34.091Z (over 1 year ago)
- Language: Python
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LTspice Tikz
[In development]: [itstorque.com/ltspice-tikz/](itstorque.com/ltspice-tikz/)
This program converts LTspice schematics and symbols (`.asc` or `.asy`
files) into LaTeX Tikz code. This package draws each symbol in the
schematic from its original symbol removing the need to create your own
representation of each element for a drawing program.
To use it, run `python draw.py [file-to-convert-here]`, the LaTeX code
will be copied into your clipboard if you have pyperclip installed,
otherwise it will print out the output into your terminal.
## TODO
- better search for symbol files
- dashed and dotted support
- test script to make sure this works
- orientation of gnd
- actual support of flags
- general text support
- tran command support?
- types of export
- documentation
- a nice command/integration into spice-daemon
- plot size choice