Xyce.jl

A Julia wrapper for Xyce.
Author JuliaComputing
Popularity
12 Stars
Updated Last
1 Year Ago
Started In
April 2021

Xyce.jl

Xyce.jl is a high-level Julia wrapper for Xyce, a parallel circuit-simulator from Sandia National Laboratories.

Usage

using Xyce
using Plots
spice_file = joinpath(dirname(pathof(Xyce)), "../test/VRC.sp")
res = Xyce.simulate(spice_file)
plot(res["TIME"], [res["V(INP)"], res["V(OUT)"]],
     label = ["V(inp)" "V(out)"])

Required Packages

Used By Packages

No packages found.