DAQC2.getOSCtraces(0)
### print out first 1000 converted values and not the conversion from A2D integer
data to measured voltage
for i in range(1000):
print((DAQC2.trace1[i]-2048)*12.0/2048)
DAQC2.stopOSC(0) #turn off oscilloscope mode
Those are the fundamentals. For a real oscilloscope you need to visualize the data. For that, we recommend
downloading our DAQC2plate application package. You can find the instructions for this at the beginning of the
Special Modes section on this page. Once done, open the folder in your home directory called
Applications
.
There you will see all of the python application programs including
QTscope.py
. The QT prefix indicates that it
uses the QT QUI package.