https://github.com/terrabits/touchstone-files
Miscellaneous touchstone (.snp) files for RF testing
https://github.com/terrabits/touchstone-files
Last synced: 8 months ago
JSON representation
Miscellaneous touchstone (.snp) files for RF testing
- Host: GitHub
- URL: https://github.com/terrabits/touchstone-files
- Owner: Terrabits
- Created: 2018-07-06T17:11:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T20:33:51.000Z (about 2 years ago)
- Last Synced: 2025-06-19T15:48:08.348Z (12 months ago)
- Language: Python
- Size: 2.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Touchstone Files
Generates touchstone files for use in RF calculations and software testing.
## attenuator
`attenuator/` contains touchstone files for ideal 1-10 dB attenuators.
## dut
A collection of touchstone files for various DUTs.
## port-test
`port-test/` files have Re, Im values that indicate their s-parameter coordinates.
For example, for S31:
`s31 = 31.0 + j31.0`
This makes testing for the presence of the correct touchstone value trivial.