Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 587 Bytes

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