Skip to content

Latest commit

 

History

History

Series_3706A

Series 3706A Systems Switch/Multimeter

Directory

  • DC Voltage Scan with Options and File Write
    Python code example for configuring a voltage scan and writing the results of the scan to a file. A TSP example is included as well which duplicates the scanning behavior, but does not inlcude an example of writing to the USB, though room is left to define that behavior.

  • Three Reasons to Consider Solid State Switching
    Python, C#, and TSP code examples from the appendices of the white paper "Three Reasons to Consider Solid State Switching" found on tek.com. Examples specifically target the DAQ6510 Data Acquisition and Multimeter System and Series 3706A System Switch/Multimeter. While these examples are intended to be used with the 7710 and 3724 solid state multiplexers (for the DAQ6510 and 3706A, respectively), they can also be used with other multiplexer card models. The biggest difference will be speed; secondary is channel compatibility.

  • Trigger Scanning with Digital IO
    TSP example code to trigger scans based on Digital I/O input. Examples are provided for triggering on a falling edge or triggering on rising/falling edges.