/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_pywrap/props.xml

  • Committer: Vasilii Chernov
  • Date: 2016-02-05 11:33:48 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160205113348-l4gmpvm9df3n22sx
Add support for python script properties. Correct pcilib python wrapping. Update examples. Update cmakelists for work in shadow build mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<model xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
3
  <transform path="/test/prop1" register="test_prop1" unit="C" read_from_register="(503975./1024000)*${/registers/fpga/reg1} + 28715./100" description="formula to get real fpga temperature from the fpga_temperature register in decimal"/>
 
4
  <script path="/test/prop2"
 
5
          register="test_prop2"
 
6
          unit="C"
 
7
          script="test_prop2.py"
 
8
          description="test python script #1"/>
 
9
  <script path="/test/prop3"
 
10
          register="test_prop3"
 
11
          unit="C"
 
12
          script="test_prop3.py"
 
13
          description="test python script #2"/>
 
14
</model>