norcalli / rawspice

A Go library for reading and interpreting raw spice files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rawspice GoDoc

A Go library for reading and interpreting raw spice files.

The best resource for understanding this is the Godoc.

Installation:

go get github.com/norcalli/rawspice

then just import it:

import "github.com/norcalli/rawspice"

##Todo:

  • Add complex number support
  • Implement SpiceVector Types
  • Refactor and clean up the mess of comments I left.

About

A Go library for reading and interpreting raw spice files.

License:GNU General Public License v2.0


Languages

Language:Go 100.0%