コード例 #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)