m-teng/readme.md

24 lines
622 B
Markdown
Raw Normal View History

2023-04-27 01:41:30 +02:00
# K-TENG
2023-04-27 01:51:01 +02:00
Helper scripts and shell for measuring **T**ribo**e**lectric **N**ano**g**enerator-based sensor output with a Keithley 2611B SMU using pyvisa
2023-04-27 01:41:30 +02:00
## Features
### Useful functions for scripts
2023-04-27 01:51:01 +02:00
- Measure Voltage and/or Current
- Transfer buffer from device to host
- Save/load as csv
- Run lua script on device
- Auto-filenames
2023-04-27 01:41:30 +02:00
### Interactive (shell) mode
2023-04-06 22:55:24 +02:00
- Live view
2023-04-27 01:51:01 +02:00
- Press button to stop
- Save and load settings (default interval, data directory...)
- Easily run arbitrary command on device
2023-04-27 01:41:30 +02:00
## Shell mode
Start with:
2023-04-27 01:51:01 +02:00
```shell
2023-04-27 01:41:30 +02:00
ipython -i k_teng_interactive.py
```
2023-04-06 22:55:24 +02:00
2023-04-27 01:41:30 +02:00
Use `help()` to get a list of available commands