var fDesc=new Array(); fDesc[0] = "The educational version of POWERWORLD is a complete implementation of the POWERWORLD Simulation package. However since this package is intended only for university educational use, the maximum power system size is limited to 40 buses (compared to 100,000 buses for the full version).

PowerWorldÒ Simulator (Simulator) is a power system simulation package designed from the ground up to be user-friendly and highly interactive. Simulator has the power for serious engineering analysis, but it is also so interactive and graphical that it can be used to explain power system operations to non-technical audiences. With Version 16 we’ve made Simulator more powerful, more visual, and easier to use."; 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 = ''; } }