var fDesc=new Array(); fDesc[0] = "Painless Extraction Noise Figure retrieves noise figure and gain data via GPIB from Noise Figure Meters.
This software analyzes detailed statistical calculations, interacts with Painless Extraction Scriptor and removes the hassle of taking noise figure measurements.

Main Features:
- A noise source ENR input table allows for ENR data to be sent to the meter.
- View customizable Noise Figure vs Frequency and Gain vs Frequency plots.
- Store and retrieved data from text files.
- Create, load, and save Script files to identify pass/fail points in the selected data.
- Save a Test Results file to summarize the outcome of the pass/fail script file test."; 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 = ''; } }