https://github.com/tektronix/programmatic-control-examples
An index of all remote instrument communication examples and links to discussion threads written by the community, for the community.
https://github.com/tektronix/programmatic-control-examples
example-code tektronix tektronix-products
Last synced: 3 months ago
JSON representation
An index of all remote instrument communication examples and links to discussion threads written by the community, for the community.
- Host: GitHub
- URL: https://github.com/tektronix/programmatic-control-examples
- Owner: tektronix
- License: other
- Created: 2018-11-27T23:00:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T15:27:41.000Z (11 months ago)
- Last Synced: 2024-08-12T17:57:50.817Z (11 months ago)
- Topics: example-code, tektronix, tektronix-products
- Size: 2.16 MB
- Stars: 70
- Watchers: 15
- Forks: 40
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Programmatic Control Examples
[](https://www.codefactor.io/repository/github/tektronix/programmatic-control-examples)
> Code examples sorted by instrument, including examples taken from the User's Manuals. This is a good place to start off learning about programming for an instrument.This GitHub repository stores working and in-progress code examples. The code and content here is not officially supported unless otherwise stated by a Tektronix employee. It is offered for learning and collaboration purposes.
Feel free to open a new issue for any questions or respond to questions by other members. Should you require a time-sensitive answer, please contact your local Tektronix support center [here](https://www.tek.com/support).
You may also recognize some of these examples from the [Tektronix and Keithley Web Forums!](https://forum.tek.com/)
## Directory
* **[Accessories](./Examples/Accessories)**
* **[Bit Error Rate Testers](./Examples/Bit_Error_Rate_Testers)**
* **[Data Acquisition Systems and Switch Systems](./Examples/DAQs_and_Switches)**
* **[Digital Multi Meters(DMM)](./Examples/DMMs)**
* **[Logic Analyzers](./Examples/Logic_Analyzers)**
* **[Low Level Measurement & Sourcing](./Examples/Low_Level_Measurement_and_Sourcing)**
* **[Oscilloscopes](./Examples/Oscilloscopes)**
* **[Other Instruments](./Examples/Other_Instruments)**
* **[Power Analyzers](./Examples/Power_Analyzers)**
* **[Power Supplies](./Examples/Power_Supplies)**
* **[Probes & Probe Accessories](./Examples/Probes)**
* **[Semiconductor Test Products](./Examples/Semiconductor_Test_Products)**
* **[Signal Sources](./Examples/Signal_Sources)**
* **[Source Measurement Units (SMUs)](./Examples/SMUs)**
* **[Spectrum Analyzers](./Examples/Spectrum_Analyzers)**
* **[Vector Network Analyzers](./Examples/Vector_Network_Analyzers)**
## Downloading Files
If you don't want to clone this entire repository, it's still possible to take individual files. Navigate to the directory holding the file you want and right-click the file to select _Save link as..._ or some variation on that depending on your browser. The file name will automatically populate and you can save the file where you'd like. Alternatively, you can open the file you want on GitHub and right-click "Raw" at the top of the file to accomplish the same thing.## Maintainers
Tektronix Product Line Marketing and Application Engineers:+ Jeffrey Miller: [bit-lift](https://github.com/bit-lift)
+ Carl Murdock: [cbmurdock](https://github.com/cbmurdock)## License
Licensed under the [Tektronix Sample License](https://www.tek.com/sample-license).## Contributing
First, please consult the Tektronix [Code of Conduct](https://github.com/tektronix/.github/blob/main/CODE_OF_CONDUCT.md). Contributions in the form of new examples or bug fixes are welcome! Please contribute using [Github Flow](https://guides.github.com/introduction/flow/) and make sure you create your own branch from the `master` branch, and when you are ready to push your changes, just submit a pull request with your changes against the `master` branch. If you see something you're not sure is a bug, or if you'd like to request an example, please submit an Issue via GitHub.If you'd like help from a Tektronix engineer in developing an example, please submit a pull request with what you have so far placed in the proper part of the repository, including any new directories your example may need.
### Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution; this simply gives us permission to use and redistribute your contributions as part of the project.You generally only need to submit a CLA once, so if you've already submitted one (even if it was for a different [Tektronix](https://github.com/tektronix/) project), you probably don't need to do it again.