testbench

所属分类:硬件设计
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-01-03 10:16:47
上 传 者sh-1993
说明:  以太网或rs232远程控制,具有不同仪器的各种scpi命令(Leroy示波器、hp agilent keysight脉冲发生器......、...,
(ethernet or rs232 remote control with various scpi command for different instrument (lecroy oscilloscope, hp/agilent/keysight pulse generator, power supply, oven ...))

文件列表:
GeoffreyTest.py (2297, 2023-01-03)
allInOne.sh (1557, 2023-01-03)
documentation/ (0, 2023-01-03)
documentation/dhcpd.conf (871, 2023-01-03)
documentation/interfaces (192, 2023-01-03)
documentation/isc-dhcp-server (525, 2023-01-03)
documentation/misc.txt (1484, 2023-01-03)
drivers/ (0, 2023-01-03)
drivers/AlimE3631A.py (4622, 2023-01-03)
drivers/D10strip.py (3333, 2023-01-03)
drivers/DelayGeneratorGFT1004.py (1616, 2023-01-03)
drivers/MPTDC.py (8315, 2023-01-03)
drivers/MSO.py (8355, 2023-01-03)
drivers/OscilloWavePro.py (18371, 2023-01-03)
drivers/OscilloWavePro_.py (20856, 2023-01-03)
drivers/PulseGenerator81160A.py (3684, 2023-01-03)
drivers/ThermalEnclosureWTL64.py (4275, 2023-01-03)
drivers/XT100.py (2294, 2023-01-03)
drivers/bistable.py (1229, 2023-01-03)
drivers/bypassPipe.py (2221, 2023-01-03)
example/ (0, 2023-01-03)
example/arange3.py (961, 2023-01-03)
example/arange4.py (1240, 2023-01-03)
example/cap_inject.gp (220, 2023-01-03)
example/carac.gp (8769, 2023-01-03)
example/commonModeCheck.py (2411, 2023-01-03)
example/defun_SV.py (3478, 2023-01-03)
example/i2c_relay_bistable.py (4267, 2023-01-03)
example/larzic2015.py (1431, 2023-01-03)
example/larzicX4.20180301_OK.py (1617, 2023-01-03)
example/larzicX4.py (2374, 2023-01-03)
example/larzic_2015.py (2651, 2023-01-03)
example/lmk_conf.py (4250, 2023-01-03)
example/manual_lin_pause.py (1865, 2023-01-03)
example/measure_ENC_det.py (3622, 2023-01-03)
example/mso_freq_Slow_Fast_split.py (1795, 2023-01-03)
example/mso_freq_Slow_Fast_split2.py (2469, 2023-01-03)
example/plocess.py (761, 2023-01-03)
example/plot_Cp.gp (298, 2023-01-03)
... ...

# TestBench This is an informal instrumental test setup based upon a Raspberry ![synoptique setup1](https://github.com/ebecheto/testbench/blob/master/./setup1.png) 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 ``` ``` shell 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](https://github.com/ebecheto/testbench/blob/master/./example/ramp2.gif)

近期下载者

相关文件


收藏者