var fDesc=new Array(); fDesc[0] = "Scope™ enables you to record and store single responses at high resolution, and then accurately overlay and average sweeps.
Scope software, supplied with all PowerLab systems, lets your computer act as a two-channel storage oscilloscope and XY plotter. It provides the ability to record, display and analyze any high frequency signal that is time-locked to a stimulus. You can synchronize sweeps with recorded or built-in stimulation patterns and choose from a range of online of offline analysis features. Scope is ideal for measuring action potentials and evoked responses"; 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 = ''; } }