This commit is contained in:
2019-12-10 09:29:54 +01:00
parent a1e2b8d128
commit d0f7d2b02f
10 changed files with 101 additions and 33 deletions

View File

@@ -0,0 +1,17 @@
def check():
if caget('TESTIOC:TESTCALCOUT:Output') != 103.9:
raise Exception ("ERROR")
def func():
for i in range(100):
#print i
check()
#func()
print parallelize(func, func, func,func, func, func,func, func, func)