daq.xml 5.7 KB

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