From 5a5010a369bcf08e12eef2b1816f7f58923cbdc3 Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 18 Mar 2010 20:42:36 +0000 Subject: [PATCH] Removing some old records. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@421 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETGlitch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/GoodFETGlitch.py b/client/GoodFETGlitch.py index 056c50b..efffc95 100644 --- a/client/GoodFETGlitch.py +++ b/client/GoodFETGlitch.py @@ -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 \ -- 2.20.1