Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
scikit-rf
Conversations
About
scikit-rf
1–30 of 293
Mark all as read
Report abusive group
0 selected
Bailey Campbell
May 26
Call for Testing! New Virtual Instrument Implementation
Hello scikit-rf community! I've been working on updating the virtual instrument module (to
unread,
Call for Testing! New Virtual Instrument Implementation
Hello scikit-rf community! I've been working on updating the virtual instrument module (to
May 26
prameela b
, …
Julien Hillairet
9
May 25
Deembedding chip data
Dear Vincent, I'm not sure about this specific file, but you can find example files in the
unread,
Deembedding chip data
Dear Vincent, I'm not sure about this specific file, but you can find example files in the
May 25
Matjaž Boldižar
May 23
Touchstone sample files
Dear scikit-rf users and contributors! After some time I've decided to contribute to this
unread,
Touchstone sample files
Dear scikit-rf users and contributors! After some time I've decided to contribute to this
May 23
Julien Hillairet
May 15
[ANN] scikit-rf version 0.27.1
Dear scikit-rf, The version 0.27.1 of scikit-rf has been released. This version includes an important
unread,
[ANN] scikit-rf version 0.27.1
Dear scikit-rf, The version 0.27.1 of scikit-rf has been released. This version includes an important
May 15
Jose Luis Martinez
,
Julien Hillairet
4
May 4
Question on Impedance calculation using SCIKIT-RF
Dear José Luis, Thank you very much for reporting this. We will fix it asap. Best regards Julien Le
unread,
Question on Impedance calculation using SCIKIT-RF
Dear José Luis, Thank you very much for reporting this. We will fix it asap. Best regards Julien Le
May 4
Dennis
,
mhuser
10
Apr 30
Using scikit-rf plotting SMith Chart with normalized to 50 Ohms
I'm glad it works. The plot looks very good and the display of the marker table with colours is
unread,
Using scikit-rf plotting SMith Chart with normalized to 50 Ohms
I'm glad it works. The plot looks very good and the display of the marker table with colours is
Apr 30
Cool Shiba
, …
Julien Hillairet
6
Apr 27
Using scikit-rf in Streamlit to make a Comparison Tool
I also tried this : import streamlit as st from io import BytesIO import skrf as rf uploaded_file =
unread,
Using scikit-rf in Streamlit to make a Comparison Tool
I also tried this : import streamlit as st from io import BytesIO import skrf as rf uploaded_file =
Apr 27
Julien Hillairet
Apr 27
Call for scikit-rf user testimonials
Dear scikit-rf users, We want to refresh the scikit-rf website (https://scikit-rf.org), particularly
unread,
Call for scikit-rf user testimonials
Dear scikit-rf users, We want to refresh the scikit-rf website (https://scikit-rf.org), particularly
Apr 27
Martin Schöön
,
Julien Hillairet
3
Apr 27
scikit-rf in the news
No, just text. Same for numpy and pandas. /Martin On Wed, 26 Apr 2023 at 20:33, Julien Hillairet <
unread,
scikit-rf in the news
No, just text. Same for numpy and pandas. /Martin On Wed, 26 Apr 2023 at 20:33, Julien Hillairet <
Apr 27
Ben L
,
henrik....@gmail.com
3
Apr 11
z0 Scaling My Results
Awesome, sounds great, I will check back later. But also a comment, I didn't use a2s which is
unread,
z0 Scaling My Results
Awesome, sounds great, I will check back later. But also a comment, I didn't use a2s which is
Apr 11
Julien Hillairet
Apr 3
[ANN] scikit-rf version 0.26.0
Dear scikit-rf users, The release 0.26.0 of scikit-rf is now available on pip and conda-forge. This
unread,
[ANN] scikit-rf version 0.26.0
Dear scikit-rf users, The release 0.26.0 of scikit-rf is now available on pip and conda-forge. This
Apr 3
Vincent Wang
,
Julien Hillairet
2
Mar 19
How to use sckkit-rf with more s4p files (diff) to plot the curve ?
Dear Vincent, You can do it like this: import skrf as rf ntwk = rf.Network('yourfile.s4p')
unread,
How to use sckkit-rf with more s4p files (diff) to plot the curve ?
Dear Vincent, You can do it like this: import skrf as rf ntwk = rf.Network('yourfile.s4p')
Mar 19
Scott Trosper
,
Julien Hillairet
3
Mar 14
cannot import name 'IEEEP370_SE_NZC_2xThru' from 'skrf.calibration'
Thanks for the response. I am using the import statement as you describe. The issue turned out to be
unread,
cannot import name 'IEEEP370_SE_NZC_2xThru' from 'skrf.calibration'
Thanks for the response. I am using the import statement as you describe. The issue turned out to be
Mar 14
MrLapDong
, …
Julien Hillairet
4
Mar 13
Could not create network from touchstone file
OK, I didn't view the images on my phone. That's right, scikit-rf does not support Touchstone
unread,
Could not create network from touchstone file
OK, I didn't view the images on my phone. That's right, scikit-rf does not support Touchstone
Mar 13
Julien Hillairet
,
Grant Ellis
7
Feb 23
[ANN] scikit-rf version 0.25.0
Yes, I simply had to update the networkx package to 3.0. The older version apparently relied on the
unread,
[ANN] scikit-rf version 0.25.0
Yes, I simply had to update the networkx package to 3.0. The older version apparently relied on the
Feb 23
Edoardo
,
Henrik Forstén
2
Feb 15
TRL Calibration on difference impedance
TRL calibration reference impedance is the TRL line impedance even if the calibration result z0 is by
unread,
TRL Calibration on difference impedance
TRL calibration reference impedance is the TRL line impedance even if the calibration result z0 is by
Feb 15
Andree Scambor
, …
vinc0110
12
Feb 15
Vector Fitting - Custom Pole Spacing
Yeah well but sometime you have to dig a little to find an algorithm from all that maths :D I opened
unread,
Vector Fitting - Custom Pole Spacing
Yeah well but sometime you have to dig a little to find an algorithm from all that maths :D I opened
Feb 15
ramasamygopalan
2
Feb 2
Python >=3.10 AttributeError: module 'collections' has no attribute 'Sequence'
Hi All, Installing 0.24.1 does not throw the error. I had 0.16.1 installed earlier where I observed
unread,
Python >=3.10 AttributeError: module 'collections' has no attribute 'Sequence'
Hi All, Installing 0.24.1 does not throw the error. I had 0.16.1 installed earlier where I observed
Feb 2
Nathan Meddings
,
vinc0110
6
Jan 26
Problem using Time Domain Transform Methods for Bandpass Filter Tuning
In my opinion, the good old IFFT as implemented in scikit-rf is enough. But it's obviously for
unread,
Problem using Time Domain Transform Methods for Bandpass Filter Tuning
In my opinion, the good old IFFT as implemented in scikit-rf is enough. But it's obviously for
Jan 26
Jay Patel
,
Julien Hillairet
4
Jan 23
T-type Matching Network with Lumped Elements
Dear Jay, Actually, yes it is possible, but using a different approach, using Circuit. You will find
unread,
T-type Matching Network with Lumped Elements
Dear Jay, Actually, yes it is possible, but using a different approach, using Circuit. You will find
Jan 23
Housam El Feituri
,
vinc0110
2
Jan 22
Export TRL error network
Hi, the TRL object is not a Network. You need to apply it to a Network to get a new (corrected)
unread,
Export TRL error network
Hi, the TRL object is not a Network. You need to apply it to a Network to get a new (corrected)
Jan 22
Christian Schmitt
,
Jackson Anderson
2
12/13/22
Script does not plot
Hi Christian, With matplotlib a good first step with this sort of problem (plots not appearing) is to
unread,
Script does not plot
Hi Christian, With matplotlib a good first step with this sort of problem (plots not appearing) is to
12/13/22
MrLapDong
,
mhuser
2
12/12/22
Difference in TDR between Ansys HFSS and SCIKIT-RF
Hello, The difference come from the extrapolated DC point (if you have extrapolated). Skrf
unread,
Difference in TDR between Ansys HFSS and SCIKIT-RF
Hello, The difference come from the extrapolated DC point (if you have extrapolated). Skrf
12/12/22
Julien Hillairet
11/20/22
[ANN] scikit-rf version 0.24.1
Dear scikit-rf users, The release 0.24.1 of scikit-rf is contains new features for time gating, make
unread,
[ANN] scikit-rf version 0.24.1
Dear scikit-rf users, The release 0.24.1 of scikit-rf is contains new features for time gating, make
11/20/22
Paul Klasmann
,
Julien Hillairet
2
11/8/22
scikit-rf runs into problems when trying the example code.
Dear Paul, It seems the error originates from scipy. What happen if you type the following in the
unread,
scikit-rf runs into problems when trying the example code.
Dear Paul, It seems the error originates from scipy. What happen if you type the following in the
11/8/22
Julien Hillairet
11/1/22
[ANN] scikit-rf version 0.24.0
Dear scikit-rf users, On the behalf of scikit-rf contributors, it is my pleasure to announce the
unread,
[ANN] scikit-rf version 0.24.0
Dear scikit-rf users, On the behalf of scikit-rf contributors, it is my pleasure to announce the
11/1/22
Nita E
,
Julien Hillairet
3
10/21/22
Connecting models that don't have the same z0
Hi Julien, Turns out that renormalization is just part of the issue, the main issue comes from
unread,
Connecting models that don't have the same z0
Hi Julien, Turns out that renormalization is just part of the issue, the main issue comes from
10/21/22
Ahmad mureed
,
Julien Hillairet
2
10/3/22
python script for Anritsu MS46122B.
Dear Ahmad, The answer proposed in another email thread should work: get the S parameters from your
unread,
python script for Anritsu MS46122B.
Dear Ahmad, The answer proposed in another email thread should work: get the S parameters from your
10/3/22
MrLapDong
, …
mhuser
7
10/1/22
Add Limit Line for Return Loss
Hello Mureed, Unfortunately, I am not skilled in pycharm. I usually install scikit-rf via the conda
unread,
Add Limit Line for Return Loss
Hello Mureed, Unfortunately, I am not skilled in pycharm. I usually install scikit-rf via the conda
10/1/22
Roger Appleby
, …
max.kel...@hotmail.de
16
9/29/22
Time gating using sckit-rf (Time.py) correct use of FFT
Hi Roger, Sorry for the late reply! I'm pretty busy at the moment, but it will be a little bit
unread,
Time gating using sckit-rf (Time.py) correct use of FFT
Hi Roger, Sorry for the late reply! I'm pretty busy at the moment, but it will be a little bit
9/29/22