Skip to main content

A viewer for LTspice ASC schematics implemented in wxPython

Project description

LTspice ASC Viewer

LTspice is one of the best schematic entry tools out there.

It lets you draw any schematic imaginable. LTspice's simplpe appearance belies its true power.

You can draw graphs for computer science.

You can define buses.

You can nest schematics for complex hierarchies.

Now if only we could use these schematics in a Python GUI.

AscCanvas

AscCanvas lets you import a schematic and show it as a wxPython window. It supports zooming, scrolling, searching and subclassing. It uses rtreelib to look up symbols and nets under the mouse pointer.

To show a schematic, you will need to import these files:

  • ASY files are symbols, i.e., components, and they are imported in batch by specifying a list of paths. Load them by calling AscCanvas.load_symbols()

  • ASC files are schematics. They define the connectivity between instances of symbols. Load them by calling AscCanvas.load_asc().

asc_viewer

asc_viewer is a demo executable that lets you opens schematic and shows how to use AscCanvas.

Installation

pip install asc_viewer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asc_viewer-1.0.tar.gz (13.0 kB view hashes)

Uploaded Source

Built Distribution

asc_viewer-1.0-py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page