var fDesc=new Array(); fDesc[0] = "QualiPHY is an efficient tool for performing serial data compliance testing. The program is designed to reduce the time and effort needed to perform compliance testing on a wide array of high-speed serial buses. Selecting a new standard or test setup is done without leaving the main screen, and the user can start testing with a single button press.
Features:
- Guides the user through each required test setup.
- Automatically performs each required measurement in accordance with the relevant test procedure.
- Compares each measured value with the applicable specification limits.
- Fully documents all results.
- Offers adjustable limits for margin or production testing.
- Builds a database of results to facilitate further analysis."; 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 = ''; } }