ver 4.3.1 ignores scikit-rf .. but IPython works fine

6 views
Skip to first unread message

Agathon

unread,
Dec 15, 2017, 3:55:15 AM12/15/17
to LiClipse
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]

----

pkg1.s12p
Reply all
Reply to author
Forward
0 new messages