var fDesc=new Array(); fDesc[0] = "Iris Waveware is a program developed for IRIS USB oscilloscope. USB oscilloscope allows to:
- Add comments to each measurement (comments are saved to file with measurement results)
- Save all the measurement results as a vector or a bitmapped drawing for the further import tо other applications or as a data file for the further analysis.
- Print all the measurement results.
- Copy all the measurement results to buffer.
- Set the events and the corresponding sound scheme.
- Rate the various digital filters and carry out the filtration of the analog signals.
- Execute the evening-out of the oscilloscope time diagrams
- Reflect the statistics of all the channels of the logical analyzer and generator.
- Change the interface language.
- Execute the firmware update through the USB bus, that allows supplementing the device’s potentialities with any needed functions."; 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 = ''; } }