aboutsummaryrefslogtreecommitdiff
path: root/eitControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'eitControl.py')
-rw-r--r--eitControl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/eitControl.py b/eitControl.py
index cd5a9c8..0ea26a7 100644
--- a/eitControl.py
+++ b/eitControl.py
@@ -38,11 +38,11 @@ class Experiment:
self.guiSweeper = Sweeper(self.root, Npoints=10, SweepTime=1, onTicCallbacks=[self.updatePlot])
self.guiSweeper.cmdStart()
self.hardware = {}
- self.sweeper = Sweeper(self.root, Npoints=100, SweepTime=1, onTicCallbacks=[self.onTic])
+ self.sweeper = Sweeper(self.root, Npoints=500, SweepTime=10, onTicCallbacks=[self.onTic])
self.funcGen = TriangleGen(0, 5, sweeper = self.sweeper)
fCent=6.83468e9
self.fCent=fCent
- fSpan=50e3
+ fSpan=100e3
self.fSpan=fSpan
self.rfGenFunc = RampGen(fCent-fSpan/2, fCent+fSpan/2, sweeper = self.sweeper)
self.hardwareSetup(args)