<?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>
