var fDesc=new Array(); fDesc[0] = "The PPG12500 is a 1-13 Gb/s single-channel Programmable Pattern Generator.

Key features such as 24 Mbit user-programmable pattern memory and two-tap de-emphasis provide the capability for compliance testing in Backplane, Copper and Fiber applications e.g. PCIe, USB3.0, SAS, 802.3ap 10G Ethernet, and Displayport testing. The generator has integrated precision clock and data phase adjust to align the output waveform as desired.

The generator has 24 Mbit programmable pattern memory and flexible trigger output. The programming software has many telecom and datacom preloads ready, including CJPAT, CRPAT, K28.5, PRBS2N-1 [N=7,9,10,11,15,23,29,31], etc. The generator differential output has fully adjustable output amplitude, crossover, DC offset, and two-tap de-emphasis.

All features can be controlled through the PPG12500 control panel or remotely through GPIB or USB. Labview drivers are available."; 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 = ''; } }