Example Code

Browse Getting Started Resources for:

Find examples like 'save on trigger', 'fetch waveform data' and more, organized by instrument.

Oscilloscopes, AFGs, DAQs, DMMs, SMUs, PSUs, and more

Explore example code for working with your instrument over a remote interface.

GitHub - MP5000 Examples

GitHub - Programmatic Control Examples

Common Tasks

Explore examples of common instrument control and automation tasks.

Common Automation Tasks

Jump start with examples of connecting, configuring, and setting up measurements.

GitHub - MP5000 Examples

GitHub - Programmatic Control Examples

Browse Getting Started Resources for:

Find examples like 'save on trigger', 'fetch waveform data' and more, organized by instrument.

Oscilloscopes, AFGs, DAQs, DMMs, SMUs, PSUs, and more

Explore example code for working with your instrument over a remote interface.

GitHub - MP5000 Examples

GitHub - Programmatic Control Examples

Tektronix Python Packages

Use Python's pip install command to download and install Tektronix Python packages and easily add functionality to your Python environment.

Tektronix GitHub

            
              pip install tm_devices
              pip install tm_data_types
              pip install tekHSI
            
          




            
              from tm_devices import DeviceManager
              from tm_devices.drivers import MSO5B