1. 27 Apr, 2020 2 commits
  2. 01 Feb, 2020 4 commits
  3. 27 Sep, 2019 5 commits
    • reza's avatar
      Update README.md · eaedc3d8
      reza authored
      eaedc3d8
    • reza's avatar
      Update README.md · 976ff874
      reza authored
      976ff874
    • reza's avatar
      Update README.md · 1d808ad3
      reza authored
      1d808ad3
    • reza's avatar
      Initial Commit · 59453173
      reza authored
      Initial Commit:
      clr.AddReference("address of dll")
      from I8Devices import Device
      myDevice = Device()
      myDevice.ConnectToDevice()
      myDevice.StartDataAcquisition()
      cntx = 0
      datach1 = []
      while cntx < 20000:
          data = myDevice.get_data()
          cntx+=1
          datach1.append(data[0])
      myDevice.StoptDataAcquisition()
      59453173
    • reza's avatar
      Initial commit · dc8ffef8
      reza authored
      dc8ffef8