示例#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)