This package provides different Tcl tools:
- Simple wrapper to some 2D plots of Gnuplot - "src/gnuplotutil.tcl"
- Some math function - "src/mathutil.tcl"
- Basic procedure to read touchstone .s2p files - "src/touchstoneutil.tcl"
- Collection of functions to work with 2-port network parameters - "src/rfutil.tcl"
To install this package just unzip code to folder and append auto_path
variable with location.
Packages are written in pure Tcl and relies on Tcllib. The only necessary external dependency is
the argparse
package.
Any OS that has tcl8.6 (Linux, Windows, FreeBSD).
You can find some documentation here