Skip to content

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

Notifications You must be signed in to change notification settings

eta-systems/ct-stepgen-plotting

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages