Ni.com is currently experiencing issues that may cause some pages to fail.
Support teams are actively working on the resolution.
Ni.com is currently experiencing issues that may cause some pages to fail.
Support teams are actively working on the resolution.
08-10-2020 11:16 PM
Hello, I'm currently working on a project using Keysight E5061B with impedance analysis option. The current instrument library doesn't have option to read the impedance from the VNA. Is there a way to read the impedance values from the VNA at a particular frequency?
Solved! Go to Solution.
08-11-2020 09:34 AM
I've encountered incomplete drivers from companies before... Sometimes companies simply provide a set of common functions and not a complete set. Although you may want to check their most recent drivers just to be certain.
The programming manual can be found at.
http://literature.cdn.keysight.com/litweb/pdf/E5061-90042.pdf
Chapter 6 appears to contain what you want.
08-19-2020 02:24 PM
Thanks for the link.
Now I'm able to set impedance analysis.
I’m setting impedance analysis in my VNA with Port 1-2 Series.
SCPI.SENS1.Z.METH TSER
Then I’m selecting |Z| parameter using below command.
SCPI.CALC1.SEL.ZPAR.DEF Z
When I enquire using SCPI Command it shows the above 2 is correctly set. But I encounter another problem.
When I set both the command above the screen on the VNA doesn’t change to show we are in this mode.
The reason I require the screen to change is because I’m reading the value using the marker.
If I’m doing measurement using S11, S21, S12 & S22. The screen able to change accordingly so I’m able to read the values from the marker. But it doesn't happen when I set impedance analysis.
How can I activate the VNA window to show impedance analysis using SCPI command.