Electrical circuit schematic drawing
Project description
SchemDraw
SchemDraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage::
import SchemDraw
import SchemDraw.elements as elm
d = SchemDraw.Drawing()
d.add(elm.Resistor(label='100K$\Omega$'))
d.add(elm.Capacitor(d='down', botlabel='0.1$\mu$F'))
d.add(elm.Line(d='left'))
d.add(elm.Ground)
d.add(elm.SourceV(d='up', label='10V'))
d.draw()
d.save('schematic.svg')
Included are symbols for basic electrical components (resistors, capacitors, diodes, transistors, etc.), opamps, logic gates, signal processing elements, and flowchart blocks.
Documentation is available at readthedocs
The most current version can be found in the source code git repository.
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.7.1.tar.gz
(7.0 MB
view details)
Built Distribution
SchemDraw-0.7.1-py3-none-any.whl
(102.2 kB
view details)
File details
Details for the file SchemDraw-0.7.1.tar.gz
.
File metadata
- Download URL: SchemDraw-0.7.1.tar.gz
- Upload date:
- Size: 7.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b15a9090e0658230638d99820e8ac96c3b306e992b55a3811c54e25347a2c481 |
|
MD5 | 34f64d2643293e51b155c7ed1d5c41f6 |
|
BLAKE2b-256 | 5b28529f53b6a2617ae2a21bf00aff5ffacc379f1b387162f429e3a432f8d23a |
File details
Details for the file SchemDraw-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: SchemDraw-0.7.1-py3-none-any.whl
- Upload date:
- Size: 102.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05da0ea4a47c5646ccb65e4b8debd20ec7350d5c460d01c614396d9fc6005f68 |
|
MD5 | 5b66d19c09a3fdc9bbabda915f757a85 |
|
BLAKE2b-256 | 682e95ff432d81126fcf092f160a5c4fc675e5d546c346f665ce6a970fc2e2aa |