daq.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/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. </value>
  20. <definition>The device's serial number.</definition>
  21. <type>string</type></property>
  22. <property>
  23. <name>InventoryNo</name>
  24. <value>
  25. </value>
  26. <definition>The inventory number of the device.</definition>
  27. <type>string</type></property>
  28. <property>
  29. <name>Model</name>
  30. <value>
  31. </value>
  32. <definition>The model name of this hardware item.</definition>
  33. <type>string</type></property>
  34. <property>
  35. <name>Manufacturer</name>
  36. <value>
  37. </value>
  38. <definition>The Manufacturer of this hardware item.</definition>
  39. <type>string</type></property>
  40. <property>
  41. <name>Owner</name>
  42. <value>
  43. </value>
  44. <definition>Who's the owner of the device.</definition>
  45. <type>string</type></property>
  46. <property>
  47. <name>AIResolution</name>
  48. <value>
  49. </value>
  50. <definition>The voltage resolution of the analog input (AIN) subsystem given in bit.</definition>
  51. <type>int</type></property>
  52. <property>
  53. <name>AIMaxSampleRate</name>
  54. <value>
  55. </value>
  56. <definition>The maximum sampling rate.</definition>
  57. <type>float</type><unit>Hz</unit></property>
  58. <property>
  59. <name>AIChannelCount</name>
  60. <value>
  61. </value>
  62. <definition>The number of input channels of the DAQ-device.</definition>
  63. <type>int</type></property>
  64. <property>
  65. <name>AOResolution</name>
  66. <value>
  67. </value>
  68. <definition>The voltage resolution of a data-acquisition analog output (AO) subsystem given in bit.</definition>
  69. <type>int</type></property>
  70. <property>
  71. <name>AOMaxSampleRate</name>
  72. <value>
  73. </value>
  74. <definition>The maximum sampling rate.</definition>
  75. <type>float</type><unit>Hz</unit></property>
  76. <property>
  77. <name>AOChannelCount</name>
  78. <value>
  79. </value>
  80. <definition>The number of output channels of the device.</definition>
  81. <type>int</type></property>
  82. <property>
  83. <name>DIOLineCount</name>
  84. <value>
  85. </value>
  86. <definition>The number of digital input/output lines (DIO) of the device.</definition>
  87. <type>int</type></property>
  88. <property>
  89. <name>AIUsedChannelCount</name>
  90. <value>
  91. </value>
  92. <definition>The number of used analog input channels.</definition>
  93. <type>int</type></property>
  94. <property>
  95. <name>AISampleRate</name>
  96. <value>
  97. </value>
  98. <definition>The sample rate with which an individual input channel was sampled. Given in Hz.</definition>
  99. <type>int</type><unit>Hz</unit></property>
  100. <property>
  101. <name>AIChannelGain</name>
  102. <value>
  103. </value>
  104. <definition>The gain of an input channel.</definition>
  105. <type>float</type></property>
  106. <property>
  107. <name>AIReference</name>
  108. <value>
  109. </value>
  110. <definition>The reference to which voltages were measured. Usually either "common ground" or "differential".
  111. </definition>
  112. <type>string</type></property>
  113. <property>
  114. <name>AIPolarity</name>
  115. <value>
  116. </value>
  117. <definition>The polarity of the measurement "unipolar" or "bipolar".</definition>
  118. <type>string</type></property>
  119. <property>
  120. <name>AOUsedChannelCount</name>
  121. <value>
  122. </value>
  123. <definition>The number of used analog output channels.</definition>
  124. <type>int</type></property>
  125. <property>
  126. <name>AOSampleRate</name>
  127. <value>
  128. </value>
  129. <definition>The sample rate with which an individual output channel was sampled. Given in Hz.</definition>
  130. <type>int</type><unit>Hz</unit></property>
  131. <property>
  132. <name>AOChannelGain</name>
  133. <value>
  134. </value>
  135. <definition>The gain of an output channel.</definition>
  136. <type>float</type></property>
  137. <property>
  138. <name>Description</name>
  139. <value>
  140. </value>
  141. <definition>A description of this hardware item.</definition>
  142. <type>string</type></property>
  143. </section>
  144. </odML>