hardware_settings.xml 1.4 KB

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