From 62af3793bb9e14352d31435983ce1d46fd1721a2 Mon Sep 17 00:00:00 2001 From: "Matthias@Dell" Date: Thu, 27 Apr 2023 01:51:01 +0200 Subject: [PATCH] 1.0 -> 1.1 --- readme.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 6afd24f..bb53760 100644 --- a/readme.md +++ b/readme.md @@ -1,24 +1,22 @@ # K-TENG -Helper scripts for measuring **T**ribo**e**lectric **N**ano**g**enerator-based sensor output with a Keithley 2611B SMU using pyvisa +Helper scripts and shell for measuring **T**ribo**e**lectric **N**ano**g**enerator-based sensor output with a Keithley 2611B SMU using pyvisa ## Features ### Useful functions for scripts -- Measure Voltage -- Measure Voltage and Current -- Save to host -- run lua script -- auto-filenames +- Measure Voltage and/or Current +- Transfer buffer from device to host +- Save/load as csv +- Run lua script on device +- Auto-filenames ### Interactive (shell) mode - Live view -- press buttons for start and fin -- settings: - - interval - - count -- easily run arbitrary command on device +- Press button to stop +- Save and load settings (default interval, data directory...) +- Easily run arbitrary command on device ## Shell mode Start with: -```python +```shell ipython -i k_teng_interactive.py ```