var fDesc=new Array(); fDesc[0] = "MiPower is a highly interactive, user-friendly windows based Power System Analysis package. It includes a set of modules for performing a wide range of power system design and analysis study. MiPower features include a top notch Windows GUI with centralized database. Steady state, transient and electro-magnetic transient analysis can be performed with utmost accuracy and tolerance. Designed to assess the risk of Voltage instability and margin of stability during sudden disturbances, under steady state conditions. It ranks the load busses based on the L-index value and the highest L-index indicates the system collapse point. The value of L-index is zero at no load and 1 at the verge of collapsing point. Performs three-phase harmonic load flow to compute harmonic distortion factors. Calculates harmonic transfer and driving point impedances for both transmission and distribution power systems."; 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 = ''; } }