Skip to content

questrail/tektronix

Repository files navigation

tektronix

PyPi Version Build Status Coverage Status License Badge

tektronix is a Python 3.8+ package providing modules and helpers to work with data files from Tektronix test equipment.

Dependencies

Runtime Dependencies

Development Dependencies

Support Tektronix Equipment

Spectrum Analyzers

Below are the modules available in the tektronix package and the compatible equipment for each module:

  • rsa500: RSA500 spectrum analyzer

Contributing

Use the following commands to create a Python virtualenv using pyenv and pyenv-virtualenv, install the requirements in the virtualenv, and list the available Invoke tasks.

$ brew install pyenv pyenv-virtualenv
$ pyenv install 3.11.6
$ pyenv virtualenv 3.11.6 tektronix
$ pyenv activate tektronix
$ pip install --upgrade pip
$ pip install -r requirements.txt
$ inv -l

Sample CSV and other data files

Currently, the only sample files tested are the CSV files from a N9340B and E4411B spectrum analyzer. If you have other data files saved from a Keysight/Agilent/HP piece of test equipment and are willing to share it, please open an issue or submit a pull request to let us know.

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Testing

License

tektronix is released under the MIT license. Please see the LICENSE.txt file for more information.

About

Python scripts to access Tektronix test files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages