SkillAgentSearch skills...

SpiceData.jl

A pure-Julia SPICE data file reader

Install / Use

/learn @ma-laforge/SpiceData.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SpiceData.jl

Build Status

Description

The SpiceData.jl module provides a pure-Julia SPICE data file reader inspired by Michael H. Perrott's CppSim reader.

Sample Usage

Examples on how to use the SpiceData.jl capabilities can be found under the sample directory.

<a name="Installation"></a>

Installation

	julia> Pkg.add("SpiceData")

Resources/Acknowledgments

CppSim and NGspice Data Modules for Python

The following are links to Michael H. Perrott's original tools:

Known Limitations

Supported file formats

SpiceData currently supports the following SPICE file formats:

  • 9601 (32-bit x-values & 32-bit y-values)
  • 9602 (CppSim-specific format? 64-bit x-values & 64-bit y-values?)
  • 2001 (64-bit x-values & 64-bit y-values)
  • 2013 (64-bit x-values & 32-bit y-values)

Compatibility

Extensive compatibility testing of SpiceData.jl has not been performed. The module has been tested using the following environment(s):

  • Linux / Julia-1.3.1 (64-bit)
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks2

Languages

Julia

Security Score

75/100

Audited on Oct 31, 2024

No findings