Skip to content

ethernet or rs232 remote control with various scpi command for different instrument (lecroy oscilloscope, hp/agilent/keysight pulse generator, power supply, oven ...)

Notifications You must be signed in to change notification settings

sixuerain/testbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestBench

This is an informal instrumental test setup based upon a Raspberry

synoptique setup1

The aim is to automate electronic deviced measure, a bit like LabView could do, but with code rather than grafical interface (also it i free). The overall consist in a basic configuration of a RPi and few homemade drivers of the instruments we had on the shelves.

setup your python path, or put the drivers in python -m site --user-site

export PYTHONPATH=~/testbench/drivers/
#  or
mkdir -p "`python -m site --user-site`"
mv drivers/* $(python -m site --user-site)

example of outcome result a ramp at the input an auto-fitted curve on the scope for better measurement of the maximum ... what I would have done manually.

Vin rise, auto-fit output

About

ethernet or rs232 remote control with various scpi command for different instrument (lecroy oscilloscope, hp/agilent/keysight pulse generator, power supply, oven ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • Gnuplot 7.6%
  • Shell 1.4%