Advertisement
Guest User

Untitled

a guest
Jun 16th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. def Receive_Sensor_Data(self,time,weight,position):
  2. 194 #print(f'\rtime={time:08f} position={position} force={weight:08d}', end='', flush=True )
  3. 195 self._Update_Plot(time,weight,position)
  4. 196 self._Update_Gui(time,weight)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement