oscilloscope. There are a number of commands required to set up, trigger, capture, and download the sampled
traces and so the reader is advised to install the application package and study the Python 3 code for the two
channel digital oscilloscope.
Specifications
● Input voltage range: ±12V
● Input bandwidth: 370Khz
● Input Impedance: 1Mohm
● Maximum sample rate - 1 channel: 1 Msample/sec
● Maximum sample rate - 2 channel: 500 Ksample/sec
● Trace buffer size: 1024 samples
● Resolution: 12 bits
● Trigger Jitter: ±2μsec max
Connections
Use Analog Input terminal 1 for Oscilloscope Channel 1 and terminal 5 for Channel 2. Ground both signals
using terminal 9:
Commands
The arguments used in the Oscilloscope commands are:
● addr: the address of the DAQC2plate board being addressed. This can be 0-7 and is set via the
address selection header described above
● C1: input channel 1 enable. This can take on the value of 0 or 1.
● C2: input channel 2 enable. This can take on the value of 0 or 1.
● rate: per channel sample rate of A/D converter. The valid values in samples/second are:
○ 0: 100
○ 1: 200
○ 2: 500
○ 3: 1000
○ 4: 2000
○ 5: 5000
○ 6: 10,000
○ 7: 20,000
○ 8: 50,000
○ 9: 100,000
○ 10: 200,000
○ 11: 500,000