Electrical circuit schematic drawing
Project description
SchemDraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage:
import SchemDraw as schem import SchemDraw.elements as e d = schem.Drawing() d.add( e.RES, label='100K$\Omega$' ) d.add( e.CAP, d='down', botlabel='0.1$\mu$F' ) d.draw() d.save( 'schematic.eps' )
Documentation is available in the docs folder or online: http://cdelker.bitbucket.org/SchemDraw/SchemDraw.html
The most current version can be found in the source code git repository: https://bitbucket.org/cdelker/schemdraw
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SchemDraw-0.2.1.tar.gz
(1.1 MB
view details)
File details
Details for the file SchemDraw-0.2.1.tar.gz
.
File metadata
- Download URL: SchemDraw-0.2.1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9968709e63bab0540bf9b960c700c58b8b0498b36a868a6a43ab223fb0925400 |
|
MD5 | 8322d33bfcdfb1faa7f432781f78dafb |
|
BLAKE2b-256 | 911203818f9d50fe65799870de029fa0ee6ff3b5bbe3a1851e6d62b62e5bcd0d |