var fDesc=new Array(); fDesc[0] = "The Agilent U1231A, U1232A, U1233A, U1241A, U1242A, U1241B, U1242B, U1251A, U1252A, U1253A, U1251B, U1252B, U1253B, U1271A, U1272A, and U1273A multimeters are equipped with a bi-directional (full duplex) communication capability that eases data storing from the multimeter to your PC.

The required accessory for this communication capability is the U1173A IR-USB cable or the U1177A Infrared (IR)-to-Bluetooth Adapter, and the Agilent GUI Data Logger application software."; 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 = ''; } }