Git Product home page Git Product logo

cvivanalyzer's Introduction

CVIVanalyzer

Extracts the electrical characteristics of a semiconductor device from a set of capacitance vs. voltage and current vs. voltage measurements

CV-IV Analyze instructions:

1.) Open "Configure.py" file with IDLE or Enthought.

2.) Enter data file locations and configuration parameters (Note: If Enthought is used, enter the full path for the locations of data files and the location where the plots to be saved)

3.) Run the program (If IDLE is being used, press f5 on Windows. On Linux machines, open the terminal and cd to directory where the configuration file is. Then, execute

python nameofconfigurationfile.py

4.) Fitting ranges must be within the voltage range in the data.

5.) To fine-tune the fits, look at the pop-up plots and determine the fitting ranges by moving the cursor over the figure. The position of the cursor is shown at the lower right corner of the figure.

6.) The module "CVIVAnalyze.py" should be in one of the directories listed in "sys.path". To find these directories, do following by opening a python shell:

import sys sys.path

This will list the directories in the python system path.

7.) Keep configuration files for each measurement by giving unique file names. After finishing the current analysis, keep the configuration file and make another file to do the next analysis. This will save a lot of time in case the analysis is needed to be revisited.

cvivanalyzer's People

Contributors

sinansagir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.