var fDesc=new Array(); fDesc[0] = "IviumSoft is a software for the control and data acquisition of all Ivium Technologies hardware. Incorporated in the software you will find a wide range of data evaluation and analysis tools.

Features:
- Controls IviumStat/CompactStat instruments via USB port of PC or laptop
- Windows based user interface allows convenient operation
- All standard electrochemical methods available
- Automatic optimization for high speed and high sensitivity operation
- Integrated data processing and analysis

IviumSoft knows a range of data analysis options, including:
- Curve fit
- Equivalent circuit
- Corrosion rate
- Peakfind
- Solar cell report
- Electrolysis report
- Electrochemical noise

Special functions:
- Automatic current ranging
- Pretreatment
- Apply wrt OCP
- Ohmic drop compensation
- Pulse generator
- Current interrupt
- Analog inputs
- Safety disconnect
- Compliance limit
- Signal view"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }