stimulus_isolator.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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. <!-- ********************************** -->
  4. <!-- Stimulus Isolator -->
  5. <!-- ********************************** -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>hardware/stimulus_isolator</type>
  12. <name>StimulusIsolator</name>
  13. <definition>Properties of a stimulus Isolator device.</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>InputRangeMinVoltage</name>
  51. <value>
  52. <type>float</type>
  53. <unit>V</unit>
  54. </value>
  55. <definition>The minimal input voltage.</definition>
  56. </property>
  57. <property>
  58. <name>InputRangeMaxVoltage</name>
  59. <value>
  60. <type>float</type>
  61. <unit>V</unit>
  62. </value>
  63. <definition>The maximal input voltage.</definition>
  64. </property>
  65. <property>
  66. <name>OutputRangeMinVolatge</name>
  67. <value>
  68. <type>float</type>
  69. <unit>V</unit>
  70. </value>
  71. <definition>The minimal output voltage.</definition>
  72. </property>
  73. <property>
  74. <name>OutputRangeMaxVoltage</name>
  75. <value>
  76. <type>float</type>
  77. <unit>V</unit>
  78. </value>
  79. <definition>The maximal output voltage.</definition>
  80. </property>
  81. <property>
  82. <name>OutputRangeMinCurrent</name>
  83. <value>
  84. <type>float</type>
  85. <unit>A</unit>
  86. </value>
  87. <definition>The minimal output current.</definition>
  88. </property>
  89. <property>
  90. <name>OutputRangeMaxCurrent</name>
  91. <value>
  92. <type>float</type>
  93. <unit>A</unit>
  94. </value>
  95. <definition>The maximal ouput current.</definition>
  96. </property>
  97. <property>
  98. <name>MaximumGain</name>
  99. <value>
  100. <type>float</type>
  101. </value>
  102. <definition>The maximum gain of the device.</definition>
  103. </property>
  104. <property>
  105. <name>MinimumGain</name>
  106. <value>
  107. <type>float</type>
  108. </value>
  109. <definition>The minimum gain of the device.</definition>
  110. </property>
  111. <property>
  112. <name>GainStepSize</name>
  113. <value>
  114. <type>float</type>
  115. </value>
  116. <definition>The size of the gain steps between minimum and maximum.</definition>
  117. </property>
  118. <property>
  119. <name>OutputType</name>
  120. <value>Voltage
  121. <type>string</type>
  122. </value>
  123. <value>Current
  124. <type>string</type>
  125. </value>
  126. <definition>The type of output of the stimulus isolator.</definition>
  127. </property>
  128. <property>
  129. <name>OutpuMode</name>
  130. <value>BipolarOn
  131. <type>string</type>
  132. </value>
  133. <value>BipolarOff
  134. <type>string</type>
  135. </value>
  136. <definition>The polarity mode of the stimulus isolator.</definition>
  137. </property>
  138. <property>
  139. <name>Gain</name>
  140. <value>
  141. <type>float</type>
  142. </value>
  143. <definition>The gain of the device.</definition>
  144. </property>
  145. <property>
  146. <name>GainDb</name>
  147. <value>
  148. <type>float</type>
  149. <unit>db</unit>
  150. </value>
  151. <definition>The gain of the device given in db.</definition>
  152. </property>
  153. <property>
  154. <name>Description</name>
  155. <value>
  156. <type>string</type>
  157. </value>
  158. <definition>A description of this hardware item.</definition>
  159. </property>
  160. </section>
  161. </odML>