tekrsa-api-wrap

A wrapper for the Tektronix RSA API for Linux, which streamlines control of Tektronix RSA devices using Python.

OTHER License

Downloads
181
Stars
5
Committers
4

Bot releases are hidden (Show)

tekrsa-api-wrap - 1.3.2 Latest Release

Published by aromanielloNTIA over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.3.1...1.3.2

tekrsa-api-wrap - 1.3.1

Published by aromanielloNTIA over 1 year ago

What's Changed

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.3.0...1.3.1

tekrsa-api-wrap - 1.3.0

Published by aromanielloNTIA almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.2.3...1.3.0

tekrsa-api-wrap - 1.2.3

Published by aromanielloNTIA about 2 years ago

This update includes only backend refactoring and documentation updates.

What's Changed

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.2.2...1.2.3

tekrsa-api-wrap - 1.2.2

Published by aromanielloNTIA about 2 years ago

  • Correct the minimum Python version to 3.8 (based on NumPy >= 1.22.0 dependency update in 1.2.1)

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.2.1...1.2.2

tekrsa-api-wrap - 1.2.1

Published by aromanielloNTIA about 2 years ago

What's Changed

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.2.0...1.2.1

tekrsa-api-wrap - 1.2.0

Published by aromanielloNTIA about 2 years ago

What's Changed

Full Changelog: https://github.com/NTIA/tekrsa-api-wrap/compare/1.1.0...1.2.0

tekrsa-api-wrap - 1.1.0

Published by aromanielloNTIA over 2 years ago

This update adds cycling of the device run state to the following parameter set methods, in order to ensure they are applied when run:

  • CONFIG_SetAutoAttenuationEnable()
  • CONFIG_SetRFAttenuator()
  • CONFIG_SetRFPreampEnable()
  • IQSTREAM_SetAcqBandwidth()

This is the first release version which is publicly available.