aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eitControl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/eitControl.py b/eitControl.py
index 477dd15..2ad9f6b 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -24,7 +24,8 @@ class Experiment:
def __init__(self, root):
self.root = root
self.tic = 0
- self.channelsNames2plot={'dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'}
+ #self.channelsNames2plot={'dac0', 'dac1', 'adc0', 'adc1', 'adc2', 'adc3'}
+ self.channelsNames2plot={'adc0'}
self.xChannelName='rfFreq' # can be also 'tic' or any of above
self.xlabel='Frequency (Hz)'
self.lines2plot={}