amplifier.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. <!-- Amplifier -->
  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/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. <definition>The device's serial number.</definition>
  18. <type>string</type>
  19. </property>
  20. <property>
  21. <name>InventoryNo</name>
  22. <definition>The inventory number of the device.</definition>
  23. <type>string</type>
  24. </property>
  25. <property>
  26. <name>Owner</name>
  27. <definition>Who's the owner of the device.</definition>
  28. <type>person</type>
  29. </property>
  30. <property>
  31. <name>Model</name>
  32. <definition>The model name of this hardware item.</definition>
  33. <type>string</type>
  34. </property>
  35. <property>
  36. <name>Type</name>
  37. <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
  38. <type>string</type>
  39. </property>
  40. <property>
  41. <name>Manufacturer</name>
  42. <definition>The Manufacturer of this hardware item.</definition>
  43. <type>string</type>
  44. </property>
  45. <property>
  46. <name>MeasurementType</name>
  47. <value>[Bridge, CC, VC, VCcCC, Dynamic Clamp]</value>
  48. <definition>The amplifier mode. Measurement in Voltage clamp controlled current clamp -mode. Bridge: Passive
  49. measurement in Bridge -Mode; CC: Current Clamp measurement; VC: Voltage Clamp measurement; VCcCC: Voltage Clamp
  50. controlled Current Clamp measurement; Dynamic Clamp: Dynamic Clamp measurement
  51. </definition>
  52. <type>string</type>
  53. </property>
  54. <property>
  55. <name>OperationMode</name>
  56. <value>[Bridged, Discontinuous]</value>
  57. <definition>The amplifier mode. Bridged: Passive measurement in Bridge -Mode; Discontinuous: Measurement in
  58. Discontinuous (switched) -Mode
  59. </definition>
  60. <type>string</type>
  61. </property>
  62. <property>
  63. <name>SwitchingFrequency</name>
  64. <dependency>OperationMode</dependency>
  65. <dependencyValue>Discontinuous</dependencyValue>
  66. <definition>The amplifier switching frequency. This property is only meaningful in Discontinuous operation modes.
  67. </definition>
  68. <type>float</type>
  69. <unit>Hz</unit>
  70. </property>
  71. <property>
  72. <name>DutyCycle</name>
  73. <dependency>OperationMode</dependency>
  74. <dependencyValue>Discontinuous</dependencyValue>
  75. <definition>The amplifier duty cycle if in discontinuous mode (e.g. 0.25, 0.5).</definition>
  76. <type>float</type>
  77. </property>
  78. <property>
  79. <name>Gain</name>
  80. <definition>The amplifier gain.</definition>
  81. <type>float</type>
  82. </property>
  83. <property>
  84. <name>HighpassCutoff</name>
  85. <definition>The cutoff frequency of the amplifier's highpass filter.</definition>
  86. <type>float</type>
  87. <unit>Hz</unit>
  88. </property>
  89. <property>
  90. <name>LowpassCutoff</name>
  91. <definition>The cutoff frequency of the amplifier's lowpass filter.</definition>
  92. <type>float</type>
  93. <unit>Hz</unit>
  94. </property>
  95. <property>
  96. <name>SampleRate</name>
  97. <definition>The sampling rate of the device.</definition>
  98. <type>float</type>
  99. </property>
  100. <property>
  101. <name>Description</name>
  102. <definition>A description of this hardware item.</definition>
  103. <type>string</type>
  104. </property>
  105. </section>
  106. </odML>