NOTE.. data file is attached.
I installed anaconda3, python 3.6.3 and scikit-rf.
In LiClipse I did simple project w/ source py file:
.............................................................
import skrf as rf
pkg = rf.Network('data/pkg1.s12p')
pkg
............................................................
Console shows run and then 'terminated' status. No actual console output.
'Error Log' tab is empty.
The above data .s12p file is there; installations all good.
And ipython does the above fine. Returns 'pkg' props.
Any thoughts????
..................
ipython session....
In [6]: import skrf as rf
In [7]: pkg = rf.Network('data/pkg1.s12p')
In [8]: pkg
Out[8]:
12-Port Network: 'pkg', 0-40 GHz, 801 pts, z0=[ 50.+0.j 50.+0.j 50.+0.j 50.+0.j 50.+0.j 50.+0.j 50.+0.j 50.+0.j
50.+0.j 50.+0.j 50.+0.j 50.+0.j]
----