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.0.tar.gz
(400.3 kB
view details)
File details
Details for the file SchemDraw-0.2.0.tar.gz
.
File metadata
- Download URL: SchemDraw-0.2.0.tar.gz
- Upload date:
- Size: 400.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614f7e0e84633e5b1021609423a014058c5307689636b35b1d1bbc20dd23f0cd |
|
MD5 | 811c1b16d7756c315e407a4f017b514a |
|
BLAKE2b-256 | 33979ccb0a0662830ca102d2dbe80b3c43ebd77b2aa5cb9c57917e0f2a19e198 |