From d042a3400edee9e99b6b91bdac8f1b05b64b213c Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 10 Jun 2021 16:27:28 -0400 Subject: plot only relevant channel --- eitControl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eitControl.py') 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={} -- cgit v1.2.3