var fDesc=new Array(); fDesc[0] = "Signal Studio toolkit is a free software utility for Agilent ESG, PSG, and MXG vector signal generators as well as the N603xA and N824xA arbitrary waveform generators. This software simplifies the download and playback of your custom I/Q waveforms created in common development environments such as such as MATLAB and C++. The software features an easy-to-use graphical interface to control the entire waveform download and playback process, including automatic translation of your I/Q waveforms to the proper file format for the target baseband generator."; 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 = ''; } }