From 617a867a25c7ab775ea155df189d72fbb3812fbd Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 27 Apr 2011 05:24:09 +0200 Subject: [PATCH] alter comment --- software/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/device.py b/software/device.py index 0f616a1..8be2bb0 100644 --- a/software/device.py +++ b/software/device.py @@ -53,7 +53,7 @@ class Device: else: self.epo.write('D' + chr(freq & 0xff) + chr((freq >> 8) & 0xff) + chr((freq >> 16) & 0xff) + chr(freq >> 24)) - # set opamp (which=1,2), (chan=1..6), (gain=1, 2, 4, 5, 8, 10, 16, 32) + # set opamp (which=1,2), (chan=0..5), (gain=0..7) def opamp(self, which, chan, gain): if self.fake: print 'opamp', which, chan, gain