var fDesc=new Array(); fDesc[0] = "ZMAN is an Impedance Data Analysis Software created by ZIVE LAB developers.
Main features
impedance data analysis software
model simulation and fitting
2D- and 3D-Bode- and Nyquist plots
automatic equivalent circuit model search function
project concept to handle multiple EIS data analysis
parameter plot from fitted elements value
compatible with data format from Zahner, Gamry, Ametek etc.
(for data obtained from 3rd parties products, license code is needed.)
various weighting algorithm
model library and user model
KK plot
batch fitting for project data
impedance parameter simulation
interpolate bad data
Black-Nichols plot"; 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 = ''; } }