attenuator.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************** -->
  8. <!-- Attenuator properties -->
  9. <!-- ********************************** -->
  10. <section>
  11. <type>hardware/attenuator</type>
  12. <name>Attenuator</name>
  13. <definition>Settings of the data acquisition system. most settings refer to individual channels the channel
  14. number should be given after the property name like DAQ.AISampleRate0 for the sampling rate of the analog
  15. input channel 0.
  16. </definition>
  17. <property>
  18. <name>SerialNo</name>
  19. <value>
  20. <type>string</type>
  21. </value>
  22. <definition>The device's serial number.</definition>
  23. </property>
  24. <property>
  25. <name>Owner</name>
  26. <value>
  27. <type>string</type>
  28. </value>
  29. <definition>Who's the owner of the device.</definition>
  30. </property>
  31. <property>
  32. <name>InventoryNo</name>
  33. <value>
  34. <type>string</type>
  35. </value>
  36. <definition>The inventory number of the device.</definition>
  37. </property>
  38. <property>
  39. <name>Model</name>
  40. <value>
  41. <type>string</type>
  42. </value>
  43. <definition>The model name of this hardware item.</definition>
  44. </property>
  45. <property>
  46. <name>Manufacturer</name>
  47. <value>
  48. <type>string</type>
  49. </value>
  50. <definition>The Manufacturer of this hardware item.</definition>
  51. </property>
  52. <property>
  53. <name>LineCount</name>
  54. <value>
  55. <type>int</type>
  56. </value>
  57. <definition>The number of independent lines.</definition>
  58. </property>
  59. <property>
  60. <name>MaxAttenuation</name>
  61. <value>
  62. <type>float</type>
  63. </value>
  64. <definition>The maximum attenuation.</definition>
  65. </property>
  66. <property>
  67. <name>MinAttenuation</name>
  68. <value>
  69. <type>float</type>
  70. </value>
  71. <definition>The minimum attenuation.</definition>
  72. </property>
  73. <property>
  74. <name>StepSize</name>
  75. <value>
  76. <type>float</type>
  77. </value>
  78. <definition>The size of the attenuation steps between minimum and maximum attenuation.</definition>
  79. </property>
  80. <property>
  81. <name>Attenuation</name>
  82. <value>
  83. <type>float</type>
  84. </value>
  85. <definition>The actual attenuation setting.</definition>
  86. </property>
  87. <property>
  88. <name>Description</name>
  89. <value>
  90. <type>string</type>
  91. </value>
  92. <definition>A description of this hardware item.</definition>
  93. </property>
  94. </section>
  95. </odML>