Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

amplifier.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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.</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>Owner</name>
  30. <value>
  31. <type>person</type>
  32. </value>
  33. <definition> Who's the owner of the device.</definition>
  34. </property>
  35. <property>
  36. <name>Model</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The model name of this hardware item.</definition>
  41. </property>
  42. <property>
  43. <name>Type</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
  48. </property>
  49. <property>
  50. <name>Manufacturer</name>
  51. <value>
  52. <type>string</type>
  53. </value>
  54. <definition>The Manufacturer of this hardware item.</definition>
  55. </property>
  56. <property>
  57. <name>MeasurementType</name>
  58. <value>Bridge
  59. <type>string</type>
  60. <definition>Passive measurement in Bridge -Mode.</definition>
  61. </value>
  62. <value>CC
  63. <type>string</type>
  64. <definition>Current Clamp measurement.</definition>
  65. </value>
  66. <value>VC
  67. <type>string</type>
  68. <definition>Voltage Clamp measurement.</definition>
  69. </value>
  70. <value>VCcCC
  71. <type>string</type>
  72. <definition>Voltage Clamp controlled Current Clamp measurement.</definition>
  73. </value>
  74. <value>Dynamic Clamp
  75. <type>string</type>
  76. <definition>Dynamic Clamp measurement.</definition>
  77. </value>
  78. <definition>The amplifier mode. Measurement in Voltage clamp controlled current clamp -mode.</definition>
  79. </property>
  80. <property>
  81. <name>OperationMode</name>
  82. <value>Bridged
  83. <type>string</type>
  84. <definition>Passive measurement in Bridge -Mode.</definition>
  85. </value>
  86. <value>Discontinuous
  87. <type>string</type>
  88. <definition>Measurement in Discontinuous (switched) -Mode.</definition>
  89. </value>
  90. <definition>The amplifier mode.</definition>
  91. </property>
  92. <property>
  93. <name>SwitchingFrequency</name>
  94. <value>
  95. <type>float</type>
  96. <unit>Hz</unit>
  97. </value>
  98. <dependency>OperationMode</dependency>
  99. <dependencyValue>Discontiuous</dependencyValue>
  100. <definition>The amplifier switching frequency. This property is only meaningful in Discontinuos operation modes.</definition>
  101. </property>
  102. <property>
  103. <name>DutyCycle</name>
  104. <value>
  105. <type>float</type>
  106. </value>
  107. <dependency>OperationMode</dependency>
  108. <dependencyValue>Discontinuous</dependencyValue>
  109. <definition>The amplifier duty cylce if in disconinuous mode (e.g. 0.25, 0.5).</definition>
  110. </property>
  111. <property>
  112. <name>Gain</name>
  113. <value>
  114. <type>float</type>
  115. </value>
  116. <definition>The amplifier gain.</definition>
  117. </property>
  118. <property>
  119. <name>HighpassCutoff</name>
  120. <value>
  121. <type>float</type>
  122. <unit>Hz</unit>
  123. </value>
  124. <definition>The cutoff frequency of the amplifier's highpass filter.</definition>
  125. </property>
  126. <property>
  127. <name>LowpassCutoff</name>
  128. <value>
  129. <type>float</type>
  130. <unit>Hz</unit>
  131. </value>
  132. <definition>The cutoff frequency of the amplifier's lowpass filter.</definition>
  133. </property>
  134. <property>
  135. <name>Description</name>
  136. <value>
  137. <type>string</type>
  138. </value>
  139. <definition>A description of this hardware item.</definition>
  140. </property>
  141. </section>
  142. </odML>