Table of Contents
PyCharMem is a robust Python-based software, engineered to perform electrical characterization on memristive devices. It conducts these measurements under a range of conditions dictated by a user-configured file, thereby offering a great deal of flexibility and control.
Developed by Ricardo E. Silva, PyCharMem is openly licensed under the GNU General Public License v3.0, with the source code readily accessible on GitHub, promoting transparency and community-based enhancements.
PyCharMem furnishes both a command-line interface (CLI) and a graphical user interface (GUI). The CLI permits users to select a specific measurement type, key in the necessary parameters, and initiate the measurement. Simultaneously, the GUI presents an intuitive platform for real-time results visualization, enhancing user understanding and interaction.
The inception of PyCharMem traces back to a comprehensive research project at INESC-MN Lisbon, Portugal, a testament to its scientific rigor and reliability.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
PyCharMem is compatible with all operating systems that support Python 3.9 or above. This guide will walk you through the steps necessary to install Python 3.9 or a newer version. Afterward, you'll need to acquire a National Instruments GPIB card and install the specific NI-VISA drivers for your case. If your device is not listed in the /instruments directory, you will need to generate a file using the "template.py" file provided in the same folder. This will serve as a communication bridge between your device and the system, effectively functioning as an API.
Once you have cloned the repository or downloaded a particular release, it's essential to install the necessary dependencies. Here's how you can proceed with the process:
Firstly, you will need to install the Python requirements. Execute the following command to do so:
pip install -r requirements.txt
In order to run the program open a terminal window and run the following command:
python PyCharMem.py
For more, please refer to the documentation.
- Create documentation
- Add step measurements
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0.
Personal Website: Link
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!