spm6103-viewer/README.md

16 lines
288 B
Markdown

# SPM6103 viewer
SCPI viewer for OWON SPM6103 Powersupply/Multimeter
## SCPI command
- [ ] [OWON SPM SCPI manual](SPM_Series_programming_manual.pdf)
## Autostart
Add following to autostart app (Ubuntu):
``` bash
bash -c "sleep 3 && python3 <path to script>/spm6103_viewer.py"
```