2023-04-27 01:41:30 +02:00
|
|
|
# K-TENG
|
|
|
|
Helper scripts 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
|
2023-04-06 22:55:24 +02:00
|
|
|
- Measure Voltage
|
|
|
|
- Measure Voltage and Current
|
|
|
|
- Save to host
|
2023-04-27 01:41:30 +02:00
|
|
|
- run lua script
|
|
|
|
- auto-filenames
|
|
|
|
### Interactive (shell) mode
|
2023-04-06 22:55:24 +02:00
|
|
|
- Live view
|
|
|
|
- press buttons for start and fin
|
|
|
|
- settings:
|
|
|
|
- interval
|
|
|
|
- count
|
2023-04-27 01:41:30 +02:00
|
|
|
- easily run arbitrary command on device
|
|
|
|
|
|
|
|
## Shell mode
|
|
|
|
Start with:
|
|
|
|
```python
|
|
|
|
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
|