Removing some old records.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 18 Mar 2010 20:42:36 +0000 (20:42 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 18 Mar 2010 20:42:36 +0000 (20:42 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@421 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETGlitch.py

index 056c50b..efffc95 100644 (file)
@@ -10,6 +10,9 @@ import sqlite3;
 
 from GoodFET import *;
 
+
+# YScale should be to "select max(vcc) from glitches where count=0;"
+
 script_timevcc="""
 plot "< sqlite3 glitch.db 'select time,vcc,glitchcount from glitches where count=0;'" \
 with dots \