예제 #1
0
 def reset(self):
     self.slimeData = []
     self.plotData.clear()
     self.plotData['clocktime'] = []
     self.plotData['step'] = []
     io.sonarMonitor(False)
     io.clearScope()
예제 #2
0
파일: gfx.py 프로젝트: randolphwong/libdw
 def reset(self):
     self.slimeData = []
     self.plotData.clear()
     self.plotData['clocktime'] = []
     self.plotData['step'] = []
     io.sonarMonitor(False)
     io.clearScope()
예제 #3
0
 def enableSonarMonitor(self):
     io.sonarMonitor(True)
예제 #4
0
파일: gfx.py 프로젝트: randolphwong/libdw
 def enableSonarMonitor(self):
     io.sonarMonitor(True)