var fDesc=new Array(); fDesc[0] = "SVScout is a measurement and testing tool for protection engineers and IED developers working with IEC 61850 Sampled Values.

-Simultaneous investigation of multiple IEC 61850 Sampled Values streams
Calculation of RMS values and phase angles (phasors)
-Display of phasor diagram
-Recording of Sampled Values in COMTRADE format
-Printable reports summarizing the essential information from a measurement
-Detailed information about a selected Sampled Values stream (zero crossings, individual values, etc.)"; 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 = ''; } }