var fDesc=new Array(); fDesc[0] = "The CAS-1000-I2C/E™ has all the power, flexibility, and features you need to debug, test, and validate the I2C bus circuitry on your board. It provides all the functionality of the BusPro-I analyzer and also provides many additional advanced features geared towards IC verification and parametric testing. The CAS-1000-I2C/E can be used to monitor and log I2C bus traffic in real-time, generate I2C transactions to communicate with peripheral components on the bus, perform in-system programming of I2C EEPROMs, perform master and slave device emulation via scripting, validate bus specification compliance, perform electrical and timing parameter measurement, perform glitch injection, perform clock stretching, and perform adjustable timing skew.

The CAS-1000-I2C/E is an enhanced model targeted towards IC verification and parametric testing in addition to powerful monitoring and debug functionality."; 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 = ''; } }