We are using Keysight E5061B VNA. Is there a SCPI command to retrieve data only shown on the markers?
Currently, when I run:
CALC1:DATA:FDAT?
It will give me data on all 201 data points. I only need data that is currently shown on the markers.
We are using Keysight E5061B VNA. Is there a SCPI command to retrieve data only shown on the markers?
Currently, when I run:
CALC1:DATA:FDAT?
It will give me data on all 201 data points. I only need data that is currently shown on the markers.
I found the answer to my own question
To get the value of the X data points:
To get the value of the Y data points:
Where 1 - N is the marker number.