From: Dan White Date: Mon, 23 Apr 2012 18:05:29 +0000 (-0500) Subject: setup PS defaults command X-Git-Tag: calibrations~101 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=10adca1b6d92079eaa82fac70d3c94639860ef7c;p=430.git setup PS defaults command --- diff --git a/python-lib/mpsse-test.py b/python-lib/mpsse-test.py index 897f0f4..f62ed24 100644 --- a/python-lib/mpsse-test.py +++ b/python-lib/mpsse-test.py @@ -218,3 +218,27 @@ if 0: print 'receivd:', b(rv, 16) + + +# +# devboard setup +# +# power supply defaults +def psdefaults(): + sleep(1) + print "Setting atoi.avdd" + vatoi.avdd = 2.5 + sleep(1) + print "Setting atoi.vdd" + vatoi.vdd = 1.2 + sleep(1) + print "Setting 430.vdd" + v430.vdd = 1.2 + sleep(1) + print "Setting 430.dvdd" + v430.dvdd = 2.5 + + +psdefaults() +psdefaults() +