/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to xml/test/test_prop_mt.py

  • Committer: Vasilii Chernov
  • Date: 2016-03-01 15:42:48 UTC
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: vchernov@inr.ru-20160301154248-dpu4wdachiezj2fb
1. api-serer:
   - change multiprosessing work mechanism
   - add new pywrap functions handling
2. html-server: 
   - now works through api-server

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      
9
9
      cur = read_from_register.counter
10
10
      read_from_register.counter += 1
11
 
      for i in range (0, 60):
 
11
      for i in range (0, 5):
12
12
         time.sleep(0.1)
13
13
         print cur
14
14
      out = ctx.get_property('/test/prop3') / 2