hftools / hftools

HFTools - An open source python package for microwave engineering
Other
19 stars 10 forks source link

hfarray from set of touchstone #3

Open arsenovic opened 9 years ago

arsenovic commented 9 years ago

can you give an minmal example of how to create a hfarray from a set of touchstones? i would like to pull values out of each touchstone's filename for the additional axis.

arsenovic commented 9 years ago

here is what i got ,

http://nbviewer.ipython.org/gist/anonymous/7739162f341d33ff7072

i can convert the filenames to datetime objects, but need a to store this on an axis.

jstenar commented 9 years ago

I did a quick example available at:

http://nbviewer.ipython.org/gist/jstenar/80db55224cc45d603f98

I did not use touchstone files but the principles should be the same.

ymjongbin commented 7 years ago

Very interesting to draw smith chart by Python. I try to run Smith.py but I error at line 6 in OS X and Window. I used Python 2.7.10 (OSX) and 3.5.2 (Windows) \smith.py", line 6, in from hftools.plotting.helper import HFToolsAxes ImportError: No module named 'hftools.plotting'