123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?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"?>
- <!-- ********************************** -->
- <!-- Stimulus Isolator -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/stimulus_isolator</type>
- <name>StimulusIsolator</name>
- <definition>Properties of a stimulus Isolator device.</definition>
- <property>
- <name>SerialNo</name>
- <definition>The device's serial number.</definition>
- <type>string</type>
- </property>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The model name of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>Who's the owner of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>InputRangeMinVoltage</name>
- <definition>The minimal input voltage.</definition>
- <type>float</type>
- <unit>V</unit>
- </property>
- <property>
- <name>InputRangeMaxVoltage</name>
- <definition>The maximal input voltage.</definition>
- <type>float</type>
- <unit>V</unit>
- </property>
- <property>
- <name>OutputRangeMinVolatge</name>
- <definition>The minimal output voltage.</definition>
- <type>float</type>
- <unit>V</unit>
- </property>
- <property>
- <name>OutputRangeMaxVoltage</name>
- <definition>The maximal output voltage.</definition>
- <type>float</type>
- <unit>V</unit>
- </property>
- <property>
- <name>OutputRangeMinCurrent</name>
- <definition>The minimal output current.</definition>
- <type>float</type>
- <unit>A</unit>
- </property>
- <property>
- <name>OutputRangeMaxCurrent</name>
- <definition>The maximal output current.</definition>
- <type>float</type>
- <unit>A</unit>
- </property>
- <property>
- <name>MaximumGain</name>
- <definition>The maximum gain of the device.</definition>
- <type>float</type>
- </property>
- <property>
- <name>MinimumGain</name>
- <definition>The minimum gain of the device.</definition>
- <type>float</type>
- </property>
- <property>
- <name>GainStepSize</name>
- <definition>The size of the gain steps between minimum and maximum.</definition>
- <type>float</type>
- </property>
- <property>
- <name>OutputType</name>
- <value>Voltage
- , Current
- </value>
- <definition>The type of output of the stimulus isolator.</definition>
- <type>string</type>
- </property>
- <property>
- <name>OutpuMode</name>
- <value>BipolarOn
- , BipolarOff
- </value>
- <definition>The polarity mode of the stimulus isolator.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Gain</name>
- <definition>The gain of the device.</definition>
- <type>float</type>
- </property>
- <property>
- <name>GainDb</name>
- <definition>The gain of the device given in db.</definition>
- <type>float</type>
- <unit>db</unit>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|