var fDesc=new Array(); fDesc[0] = "New Features of DataStudio:
- Video Player and Synchronization -- Play a movie or synch a movie to experimental data
- Presentation Style Graph -- Additional graph style that moves measurements and units outside the graph; ideal for publication of DataStudio graphs in educational journals
- Predictive Sketching -- Students can draw directly on the graph to predict a relationship between two variables. A predicted data set is created as they draw on the graph.
- Sense and Control Features -- DataStudio has new functions in its calculator to control the output voltage of the 750 interface, and to control a PASCO Relay plugged into a Digital Adapter on a PASPORT interface.
Powerful Displays/Analysis Tools -- Analyze data using a Graph, Table, Meter, Digits Display, FFT, Oscilloscope or Histogram. Change or Calculate Anytime, Anywhere -- No need to stop data collection to make a calculation, choose a curve fit or select data of interest"; 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 = ''; } }