hardware_properties.xml 1.4 KB

12345678910111213141516171819202122232425262728
  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. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- hardware properties -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>collection/hardware_properties</type>
  12. <name>HardwareProperties</name>
  13. <definition>Fixed properties of hardware components used in the
  14. experimental setup. There are two sections for describing
  15. hardware components: the "HardwareProperties" and the
  16. "HardwareSettings" section. While the HardwareProperties
  17. describe the fixed properties of the hardware that can not be
  18. changed, the HardwareSettings section describes the actual,
  19. adjustable, parameters of the hardware that may change with each
  20. recording or dataset. For example, the animal_keeping rate of an
  21. data-acquisition board or the settings of a filter. In each of
  22. these two sections there are subsections for each device that
  23. correspond to the class of the device like data-acquisition,
  24. amplifier, etc. Some properties are common for any
  25. type.
  26. </definition>
  27. </section>
  28. </odML>