- 24 Oct, 2020 1 commit
-
-
reza authored
-
- 21 Sep, 2020 2 commits
- 14 Sep, 2020 2 commits
- 06 Jun, 2020 1 commit
-
-
reza authored
-
- 23 May, 2020 1 commit
-
-
reza authored
-
- 20 May, 2020 1 commit
-
-
reza authored
-
- 19 May, 2020 1 commit
-
-
reza authored
-
- 27 Apr, 2020 3 commits
- 01 Feb, 2020 4 commits
- 27 Sep, 2019 5 commits
-
-
reza authored
-
reza authored
-
reza authored
-
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()
-
reza authored
-