HMC-ACE / hspiceParser

A Python parser for hSpice output files and documentation of the hSpice output file format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hspiceParser

Welcome to the hspiceParser Github page. hpsiceParser aims to be the final word in parsing hSpice output files, building on a long legacy of programs built by other circuit designers. The goals are (1) very simple installation, (2) support for a wide variety of output formats and (3) thorough documentation of what the parser is doing; if you've ever Googled "hSpice output format" and been frustrated at the result, then we're hoping this project helps.

In the spirit of 'very simple installation', you can download hspiceParser from here, or run the following terminal command:

wget https://raw.githubusercontent.com/HMC-ACE/hspiceParser/main/hspiceParser.py

In the spirit of 'wide variety of output formats', take a look at the Usage.

In the spirit of 'thorough documentation', we have included a description of the hSpice output file formats that we support (9601,2001 and ASCII) at hSpice Output

We hope you download and use this parser, and we are also eager to integrate features from the community. Send us some pull requests!

About

A Python parser for hSpice output files and documentation of the hSpice output file format

License:MIT License


Languages

Language:Python 100.0%