var fDesc=new Array(); fDesc[0] = "DSSim-PC is the non deterministic version of the DSSim-RT simulator, this simulator is based on the powerful EPRI's OpenDSS and can be used as a graphical interface for it. The software architecture is based in the actor model (as framework).

Main features:

- Full compatible with OpenDSS, you can use it like a graphical interface using the remote controlled mode
- Harmonics and frequency sweep simulation included
- Improved graphical environment
- Time mode included
- Dynamics mode included
- Export utilities"; 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 = ''; } }