daq.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. <!-- Data acquisition (DAQ) properties -->
  9. <!-- ********************************** -->
  10. <section>
  11. <type>hardware/daq</type>
  12. <name>DataAcquisition</name>
  13. <definition>The hardware section describes the settings of the used hardware. There should be one hardware section
  14. for each hardware item that was used.
  15. </definition>
  16. <property>
  17. <name>SerialNo</name>
  18. <value>
  19. <type>string</type>
  20. </value>
  21. <definition>The device's serial number.</definition>
  22. </property>
  23. <property>
  24. <name>InventoryNo</name>
  25. <value>
  26. <type>string</type>
  27. </value>
  28. <definition>The inventory number of the device.</definition>
  29. </property>
  30. <property>
  31. <name>Model</name>
  32. <value>
  33. <type>string</type>
  34. </value>
  35. <definition>The model name of this hardware item.</definition>
  36. </property>
  37. <property>
  38. <name>Manufacturer</name>
  39. <value>
  40. <type>string</type>
  41. </value>
  42. <definition>The Manufacturer of this hardware item.</definition>
  43. </property>
  44. <property>
  45. <name>Owner</name>
  46. <value>
  47. <type>string</type>
  48. </value>
  49. <definition>Who's the owner of the device.</definition>
  50. </property>
  51. <property>
  52. <name>AIResolution</name>
  53. <value>
  54. <type>int</type>
  55. </value>
  56. <definition>The voltage resolution of the analog input (AIN) subsystem given in bit.</definition>
  57. </property>
  58. <property>
  59. <name>AIMaxSampleRate</name>
  60. <value>
  61. <type>float</type>
  62. <unit>Hz</unit>
  63. </value>
  64. <definition>The maximum sampling rate.</definition>
  65. </property>
  66. <property>
  67. <name>AIChannelCount</name>
  68. <value>
  69. <type>int</type>
  70. </value>
  71. <definition>The number of input channels of the DAQ-device.</definition>
  72. </property>
  73. <property>
  74. <name>AOResolution</name>
  75. <value>
  76. <type>int</type>
  77. </value>
  78. <definition>The voltage resolution of a data-acquisition analog output (AO) subsystem given in bit.</definition>
  79. </property>
  80. <property>
  81. <name>AOMaxSampleRate</name>
  82. <value>
  83. <type>float</type>
  84. <unit>Hz</unit>
  85. </value>
  86. <definition>The maximum sampling rate.</definition>
  87. </property>
  88. <property>
  89. <name>AOChannelCount</name>
  90. <value>
  91. <type>int</type>
  92. </value>
  93. <definition>The number of output channels of the device.</definition>
  94. </property>
  95. <property>
  96. <name>DIOLineCount</name>
  97. <value>
  98. <type>int</type>
  99. </value>
  100. <definition>The number of digital input/output lines (DIO) of the device.</definition>
  101. </property>
  102. <property>
  103. <name>AIUsedChannelCount</name>
  104. <value>
  105. <type>int</type>
  106. </value>
  107. <definition>The number of used analog input channels.</definition>
  108. </property>
  109. <property>
  110. <name>AISampleRate</name>
  111. <value>
  112. <type>int</type>
  113. <unit>Hz</unit>
  114. </value>
  115. <definition>The sample rate with which an individual input channel was sampled. Given in Hz.</definition>
  116. </property>
  117. <property>
  118. <name>AIChannelGain</name>
  119. <value>
  120. <type>float</type>
  121. </value>
  122. <definition>The gain of an input channel.</definition>
  123. </property>
  124. <property>
  125. <name>AIReference</name>
  126. <value>
  127. <type>string</type>
  128. </value>
  129. <definition>The reference to which voltages were measured. Usually either "common ground" or "differential".
  130. </definition>
  131. </property>
  132. <property>
  133. <name>AIPolarity</name>
  134. <value>
  135. <type>string</type>
  136. </value>
  137. <definition>The polarity of the measurement "unipolar" or "bipolar".</definition>
  138. </property>
  139. <property>
  140. <name>AOUsedChannelCount</name>
  141. <value>
  142. <type>int</type>
  143. </value>
  144. <definition>The number of used analog output channels.</definition>
  145. </property>
  146. <property>
  147. <name>AOSampleRate</name>
  148. <value>
  149. <type>int</type>
  150. <unit>Hz</unit>
  151. </value>
  152. <definition>The sample rate with which an individual output channel was sampled. Given in Hz.</definition>
  153. </property>
  154. <property>
  155. <name>AOChannelGain</name>
  156. <value>
  157. <type>float</type>
  158. </value>
  159. <definition>The gain of an output channel.</definition>
  160. </property>
  161. <property>
  162. <name>Description</name>
  163. <value>
  164. <type>string</type>
  165. </value>
  166. <definition>A description of this hardware item.</definition>
  167. </property>
  168. </section>
  169. </odML>