var fDesc=new Array(); fDesc[0] = "Use SoftPlot to transform your measurements into high quality plots in documents and presentations.

Many instruments, such as spectrum analyzers and network analyzers, have the capability to generate a hard copy of the measurements by connecting a suitable pen-plotter to their GPIB interface.

SoftPlot improves on this by using the GPIB to extract the trace data from the instrument and then allowing you to manipulate it in a number of ways.

For example, the graticule type, style and scaling can be re-defined, and markers and limit lines added.

In addition, the graph can be annotated in various ways, and if there are several traces they can be drawn in different pen styles and colours."; 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 = ''; } }