mwavepy
index
/home/alex/docs/python/path/mwavepy/__init__.py

**mwavepy** is a compilation of functions and class's for microwave/RF
engineering written in python. It is useful for things such as
touchstone file manipulation, calibration, data analysis, data
acquisition, and plotting. mwavepy can be used interactively through
the python interpreter, or in scripts. 
 
This is the main module file for mwavepy. it simply imports classes and
methods. It does this in two ways; import all into the current namespace,
and import modules themselves for coherent  structured referencing

 
Package Contents
       
calibration
calibrationAlgorithms
convenience
frequency
mathFunctions
network
plotting
testing (package)
touchstone
transmissionLine (package)
virtualInstruments (package)
workingBand

 
Data
        f_wr1p5 = <mwavepy.frequency.Frequency object>
f_wr3 = <mwavepy.frequency.Frequency object>
mil = 2.5399999999999997e-05
wb_wr1p5 = <mwavepy.workingBand.WorkingBand object>
wg_wr1p5 = <mwavepy.transmissionLine.rectangularWaveguideTE10.RectangularWaveguideTE10 object>
wg_wr3 = <mwavepy.transmissionLine.rectangularWaveguideTE10.RectangularWaveguideTE10 object>