stimulus_isolator.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. <!-- ********************************** -->
  4. <!-- Stimulus Isolator -->
  5. <!-- ********************************** -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/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. <definition>The device's serial number.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>InventoryNo</name>
  21. <definition>The inventory number of the device.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Model</name>
  26. <definition>The model name of this hardware item.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Manufacturer</name>
  31. <definition>The Manufacturer of this hardware item.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Owner</name>
  36. <definition>Who's the owner of the device.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>InputRangeMinVoltage</name>
  41. <definition>The minimal input voltage.</definition>
  42. <type>float</type>
  43. <unit>V</unit>
  44. </property>
  45. <property>
  46. <name>InputRangeMaxVoltage</name>
  47. <definition>The maximal input voltage.</definition>
  48. <type>float</type>
  49. <unit>V</unit>
  50. </property>
  51. <property>
  52. <name>OutputRangeMinVolatge</name>
  53. <definition>The minimal output voltage.</definition>
  54. <type>float</type>
  55. <unit>V</unit>
  56. </property>
  57. <property>
  58. <name>OutputRangeMaxVoltage</name>
  59. <definition>The maximal output voltage.</definition>
  60. <type>float</type>
  61. <unit>V</unit>
  62. </property>
  63. <property>
  64. <name>OutputRangeMinCurrent</name>
  65. <definition>The minimal output current.</definition>
  66. <type>float</type>
  67. <unit>A</unit>
  68. </property>
  69. <property>
  70. <name>OutputRangeMaxCurrent</name>
  71. <definition>The maximal output current.</definition>
  72. <type>float</type>
  73. <unit>A</unit>
  74. </property>
  75. <property>
  76. <name>MaximumGain</name>
  77. <definition>The maximum gain of the device.</definition>
  78. <type>float</type>
  79. </property>
  80. <property>
  81. <name>MinimumGain</name>
  82. <definition>The minimum gain of the device.</definition>
  83. <type>float</type>
  84. </property>
  85. <property>
  86. <name>GainStepSize</name>
  87. <definition>The size of the gain steps between minimum and maximum.</definition>
  88. <type>float</type>
  89. </property>
  90. <property>
  91. <name>OutputType</name>
  92. <value>Voltage
  93. , Current
  94. </value>
  95. <definition>The type of output of the stimulus isolator.</definition>
  96. <type>string</type>
  97. </property>
  98. <property>
  99. <name>OutpuMode</name>
  100. <value>BipolarOn
  101. , BipolarOff
  102. </value>
  103. <definition>The polarity mode of the stimulus isolator.</definition>
  104. <type>string</type>
  105. </property>
  106. <property>
  107. <name>Gain</name>
  108. <definition>The gain of the device.</definition>
  109. <type>float</type>
  110. </property>
  111. <property>
  112. <name>GainDb</name>
  113. <definition>The gain of the device given in db.</definition>
  114. <type>float</type>
  115. <unit>db</unit>
  116. </property>
  117. <property>
  118. <name>Description</name>
  119. <definition>A description of this hardware item.</definition>
  120. <type>string</type>
  121. </property>
  122. </section>
  123. </odML>