var fDesc=new Array(); fDesc[0] = "ScanExpress Runner Gang is a high-throughput and high-volume solution for boundary-scan production test applications. The software enables concurrent boundary-scan testing and In-System Programming (ISP) of CPLDs and Flash devices on multiple boards using a single PC. The most common production test stations provide capability to test 4, 8, and 32 boards in parallel.

The ScanExpress Runner Gang boundary-scan run-time environment provides the capability to execute boundary-scan tests and perform ISP in a pre-planned, specific order called a test plan. Test vectors, generated using ScanExpress TPG, are executed and the test results can be displayed on-screen and logged to a file. Infrastructure, interconnect, resistor and memory tests are executed using a Corelis proprietary Compact Vector Format (CVF) file.

This file format maximizes test coverage while minimizing the file size. Other formats such as SVF, JAM, and STAPL are also supported for in-system programming. Any number of different test steps can be combined into a test plan.

Test steps within a test plan may be added, removed, reordered, enabled, or disabled. These test steps can be executed sequentially, repeated any number of times, or run continuously. Each test step is simultaneously executed on each connected UUT offering true concurrent testing"; 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 = ''; } }