Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. self.ch1button = wx.Button(self.panel, -1, "CH1")
  2. self.Bind(wx.EVT_BUTTON, self.on_ch1_button, self.ch1button)
  3.  
  4. def on_ch1_button(self, event):
  5. self.data = inst.get_data("CHANnnel1")
  6. self.time = inst.get_xdata()
  7. self.draw_figure()
Add Comment
Please, Sign In to add comment