eta-systems / ct-stepgen-plotting

Source control, data acquisition and plotting tool for eta Systems curve tracer using SCPI commands in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ct-stepgen-plotting

Source control, data acquisition and plotting tool for eta Systems curve tracer using SCPI commands in Python


forthebadge

Easily controll the tracer by sending SCPI commands over a serial COM Port

from curve_tracer import curvetracer

tracer = curvetracer('COM3', 115200)
tracer.write(':SOUR:CURR:LIM ' + str(CURR_MAX))

Examples

The example code produces the following curves:

1N4007.png

1kR_resistor.png

About

Source control, data acquisition and plotting tool for eta Systems curve tracer using SCPI commands in Python


Languages

Language:Python 100.0%