Skip to content

Commit

Permalink
simple typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaylandp committed Dec 15, 2023
1 parent 9961e45 commit 905d869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Original Attribution: Gayland P - Tektronix Applications

This is a simple example using Tektronix tm_devices tools to connect to an oscilloscope by USB connection. This program finds the maximum peak to peak voltage value on a signal connected to Channel 1 of a 6 Series B oscilloscope. It runs the oscilloscope 10 times for 3 seconds at a time and publishes the results to a file in a C:\\Test directory. Very minor changes would be needed to use this script with a 5 Series, 4 series, or other 6 series oscilloscopes.

For a description of tm_devices please go to https://pypi.org/projects/tm-devices.
For a description of tm_devices please go to https://pypi.org/project/tm-devices.

This script uses numpy arrays, and assumes that the user has a version of VISA loaded on their PC that supports USB control of instrumentation, such as TekVISA, or NI-VISA.

0 comments on commit 905d869

Please sign in to comment.