1.0 -> 1.1

This commit is contained in:
Matthias@Dell 2023-04-27 01:51:01 +02:00
parent 38914268ea
commit 62af3793bb

View File

@ -1,24 +1,22 @@
# K-TENG # 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 ## Features
### Useful functions for scripts ### Useful functions for scripts
- Measure Voltage - Measure Voltage and/or Current
- Measure Voltage and Current - Transfer buffer from device to host
- Save to host - Save/load as csv
- run lua script - Run lua script on device
- auto-filenames - Auto-filenames
### Interactive (shell) mode ### Interactive (shell) mode
- Live view - Live view
- press buttons for start and fin - Press button to stop
- settings: - Save and load settings (default interval, data directory...)
- interval - Easily run arbitrary command on device
- count
- easily run arbitrary command on device
## Shell mode ## Shell mode
Start with: Start with:
```python ```shell
ipython -i k_teng_interactive.py ipython -i k_teng_interactive.py
``` ```