Skip to content

Python library for decoding .OUT plot files generated by AIM-Spice

License

Notifications You must be signed in to change notification settings

Erlendeikeland/AIMSPICEpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIMSPICEpy

Python library for decoding .OUT plot files generated by AIM-Spice

NTNU forced me to use AIM-Spice, so I made this script to be able to plot the results in Python.

Example usage

out_file = Aimspice("example.out")

file_0 = out_file[0]

time = file_0["time"]
voltage = file_0["clock"]

plt.plot(time, voltage)
plt.show()

About

Python library for decoding .OUT plot files generated by AIM-Spice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages