var fDesc=new Array(); fDesc[0] = "EasyScope II is the easy to use but powerful Digital Sampling Oscilloscope application program for the USB Instruments DS1M12 Stingray.

Features:

- Attractive, easy to use visual display
- F.F.T. (Fast Fourier Transform) display
- 2 oscilloscope channels
- Advanced trigger settings including edge and pulse triggering
- Delayed timebase function
- Signal generator
- External trigger
- Integrated digital Volt meters
- Auto Set function
- Timebase from 2 ms/div to 50 ms/div
- Input ranges from 0.01 V/div to 5 V/div
- O.S.D. markers for voltage measurement
- O.S.D. markers for time / frequency measurement
- Save oscilloscope screens to Windows BMP files
- Export 10 most recent oscilloscope traces to CSV file
- Screen printout facility
- AC/DC coupling support
- Support for x1 and x10 probes
- User-defined oscilloscope display colour themes
- Variable persistence mode display
- Load and save colour themes to file"; 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 = ''; } }