Exemplo n.º 1
0
 def reset(self):
     self.slimeData = []
     self.plotData.clear()
     self.plotData['clocktime'] = []
     self.plotData['step'] = []
     io.sonarMonitor(False)
     io.clearScope()
Exemplo n.º 2
0
 def reset(self):
     self.slimeData = []
     self.plotData.clear()
     self.plotData['clocktime'] = []
     self.plotData['step'] = []
     io.sonarMonitor(False)
     io.clearScope()
Exemplo n.º 3
0
 def enableSonarMonitor(self):
     io.sonarMonitor(True)
Exemplo n.º 4
0
 def enableSonarMonitor(self):
     io.sonarMonitor(True)