var fDesc=new Array(); fDesc[0] = "Agilent N9320B spectrum analyzer PC software is an easy-to-use, PC-based remote control tool for your N9320B RF spectrum analyzer. It is able to be used as:
- A spectrum monitor - Display and control the spectrum scans simultaneously to your N9320B
- A file manager - Send files to your N9320B from a PC, or send files from your N9320B to a PC
Features:
- Capture the trace screen or print it out
- Export trace data into a CSV file (in a format of *.csv, open with Microsoft® Office Excel)
The N9320B spectrum analyzer provides USB, LAN and GPIB connections and allows you to set up a remote operation environment via the USB/LAN/GPIB interface with a controller computer."; 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 = ''; } }