var fDesc=new Array(); fDesc[0] = "Scope Explorer is a free application for controlling your LeCroy oscilloscope from a Windows operating system. You can use this application to control the oscilloscope via remote control without the need for advanced programming.
With this program you can connect to your scope via GPIB, ETHERNET (Plus RS232 for older scopes), save screen shots, save waveforms in a variety of formats, save panel setups, send remote control commands using a terminal window, and update your oscilloscope's firmware."; 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 = ''; } }