amplifier.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. <!-- Amplifier -->
  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/amplifier</type>
  12. <name>Amplifier</name>
  13. <definition>The amplifier section defines elements that can be used to describe amplifier properties and settings.
  14. </definition>
  15. <property>
  16. <name>SerialNo</name>
  17. <value>
  18. <type>string</type>
  19. </value>
  20. <definition>The device's serial number.</definition>
  21. </property>
  22. <property>
  23. <name>InventoryNo</name>
  24. <value>
  25. <type>string</type>
  26. </value>
  27. <definition>The inventory number of the device.</definition>
  28. </property>
  29. <property>
  30. <name>Owner</name>
  31. <value>
  32. <type>person</type>
  33. </value>
  34. <definition>Who's the owner of the device.</definition>
  35. </property>
  36. <property>
  37. <name>Model</name>
  38. <value>
  39. <type>string</type>
  40. </value>
  41. <definition>The model name of this hardware item.</definition>
  42. </property>
  43. <property>
  44. <name>Type</name>
  45. <value>
  46. <type>string</type>
  47. </value>
  48. <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
  49. </property>
  50. <property>
  51. <name>Manufacturer</name>
  52. <value>
  53. <type>string</type>
  54. </value>
  55. <definition>The Manufacturer of this hardware item.</definition>
  56. </property>
  57. <property>
  58. <name>MeasurementType</name>
  59. <value>Bridge
  60. <type>string</type>
  61. <definition>Passive measurement in Bridge -Mode.</definition>
  62. </value>
  63. <value>CC
  64. <type>string</type>
  65. <definition>Current Clamp measurement.</definition>
  66. </value>
  67. <value>VC
  68. <type>string</type>
  69. <definition>Voltage Clamp measurement.</definition>
  70. </value>
  71. <value>VCcCC
  72. <type>string</type>
  73. <definition>Voltage Clamp controlled Current Clamp measurement.</definition>
  74. </value>
  75. <value>Dynamic Clamp
  76. <type>string</type>
  77. <definition>Dynamic Clamp measurement.</definition>
  78. </value>
  79. <definition>The amplifier mode. Measurement in Voltage clamp controlled current clamp -mode.</definition>
  80. </property>
  81. <property>
  82. <name>OperationMode</name>
  83. <value>Bridged
  84. <type>string</type>
  85. <definition>Passive measurement in Bridge -Mode.</definition>
  86. </value>
  87. <value>Discontinuous
  88. <type>string</type>
  89. <definition>Measurement in Discontinuous (switched) -Mode.</definition>
  90. </value>
  91. <definition>The amplifier mode.</definition>
  92. </property>
  93. <property>
  94. <name>SwitchingFrequency</name>
  95. <value>
  96. <type>float</type>
  97. <unit>Hz</unit>
  98. </value>
  99. <dependency>OperationMode</dependency>
  100. <dependencyValue>Discontinuous</dependencyValue>
  101. <definition>The amplifier switching frequency. This property is only meaningful in Discontinuous operation modes.
  102. </definition>
  103. </property>
  104. <property>
  105. <name>DutyCycle</name>
  106. <value>
  107. <type>float</type>
  108. </value>
  109. <dependency>OperationMode</dependency>
  110. <dependencyValue>Discontinuous</dependencyValue>
  111. <definition>The amplifier duty cycle if in discontinuous mode (e.g. 0.25, 0.5).</definition>
  112. </property>
  113. <property>
  114. <name>Gain</name>
  115. <value>
  116. <type>float</type>
  117. </value>
  118. <definition>The amplifier gain.</definition>
  119. </property>
  120. <property>
  121. <name>HighpassCutoff</name>
  122. <value>
  123. <type>float</type>
  124. <unit>Hz</unit>
  125. </value>
  126. <definition>The cutoff frequency of the amplifier's highpass filter.</definition>
  127. </property>
  128. <property>
  129. <name>LowpassCutoff</name>
  130. <value>
  131. <type>float</type>
  132. <unit>Hz</unit>
  133. </value>
  134. <definition>The cutoff frequency of the amplifier's lowpass filter.</definition>
  135. </property>
  136. <property>
  137. <name>SampleRate</name>
  138. <value>
  139. <type>float</type>
  140. </value>
  141. <definition>The sampling rate of the device.</definition>
  142. </property>
  143. <property>
  144. <name>Description</name>
  145. <value>
  146. <type>string</type>
  147. </value>
  148. <definition>A description of this hardware item.</definition>
  149. </property>
  150. </section>
  151. </odML>