Source control, data acquisition and plotting tool for eta Systems curve tracer using SCPI commands in Python
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))
The example code produces the following curves: