123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************** -->
- <!-- Data acquisition (DAQ) properties -->
- <!-- ********************************** -->
- <section>
- <type>hardware/daq</type>
- <name>DataAcquisition</name>
- <definition>The hardware section describes the settings of the used hardware. There should be one hardware section
- for each hardware item that was used.
- </definition>
- <property>
- <name>SerialNo</name>
- <value>
- </value>
- <definition>The device's serial number.</definition>
- <type>string</type></property>
- <property>
- <name>InventoryNo</name>
- <value>
- </value>
- <definition>The inventory number of the device.</definition>
- <type>string</type></property>
- <property>
- <name>Model</name>
- <value>
- </value>
- <definition>The model name of this hardware item.</definition>
- <type>string</type></property>
- <property>
- <name>Manufacturer</name>
- <value>
- </value>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type></property>
- <property>
- <name>Owner</name>
- <value>
- </value>
- <definition>Who's the owner of the device.</definition>
- <type>string</type></property>
- <property>
- <name>AIResolution</name>
- <value>
- </value>
- <definition>The voltage resolution of the analog input (AIN) subsystem given in bit.</definition>
- <type>int</type></property>
- <property>
- <name>AIMaxSampleRate</name>
- <value>
- </value>
- <definition>The maximum sampling rate.</definition>
- <type>float</type><unit>Hz</unit></property>
- <property>
- <name>AIChannelCount</name>
- <value>
- </value>
- <definition>The number of input channels of the DAQ-device.</definition>
- <type>int</type></property>
- <property>
- <name>AOResolution</name>
- <value>
- </value>
- <definition>The voltage resolution of a data-acquisition analog output (AO) subsystem given in bit.</definition>
- <type>int</type></property>
- <property>
- <name>AOMaxSampleRate</name>
- <value>
- </value>
- <definition>The maximum sampling rate.</definition>
- <type>float</type><unit>Hz</unit></property>
- <property>
- <name>AOChannelCount</name>
- <value>
- </value>
- <definition>The number of output channels of the device.</definition>
- <type>int</type></property>
- <property>
- <name>DIOLineCount</name>
- <value>
- </value>
- <definition>The number of digital input/output lines (DIO) of the device.</definition>
- <type>int</type></property>
- <property>
- <name>AIUsedChannelCount</name>
- <value>
- </value>
- <definition>The number of used analog input channels.</definition>
- <type>int</type></property>
- <property>
- <name>AISampleRate</name>
- <value>
- </value>
- <definition>The sample rate with which an individual input channel was sampled. Given in Hz.</definition>
- <type>int</type><unit>Hz</unit></property>
- <property>
- <name>AIChannelGain</name>
- <value>
- </value>
- <definition>The gain of an input channel.</definition>
- <type>float</type></property>
- <property>
- <name>AIReference</name>
- <value>
- </value>
- <definition>The reference to which voltages were measured. Usually either "common ground" or "differential".
- </definition>
- <type>string</type></property>
- <property>
- <name>AIPolarity</name>
- <value>
- </value>
- <definition>The polarity of the measurement "unipolar" or "bipolar".</definition>
- <type>string</type></property>
- <property>
- <name>AOUsedChannelCount</name>
- <value>
- </value>
- <definition>The number of used analog output channels.</definition>
- <type>int</type></property>
- <property>
- <name>AOSampleRate</name>
- <value>
- </value>
- <definition>The sample rate with which an individual output channel was sampled. Given in Hz.</definition>
- <type>int</type><unit>Hz</unit></property>
- <property>
- <name>AOChannelGain</name>
- <value>
- </value>
- <definition>The gain of an output channel.</definition>
- <type>float</type></property>
- <property>
- <name>Description</name>
- <value>
- </value>
- <definition>A description of this hardware item.</definition>
- <type>string</type></property>
- </section>
- </odML>
|