07-29-2020 10:05 PM
I am trying to automate the E5061B Network Analyzer with labview programming. I am using the instrument drivers that the National Instruments provide. I set the Number of Measurement Points to 1600, START frequency 1595 MHz and Stop Frequency 1900 MHz. Instead of getting START and STOP frequency range on x-axis, I am getting the number of measurement points on x-axis as a scale. Can someone help me why am I not getting the start and stop frequencies on x-axis? I have attached the labview program.
Why does the "Configure Power.vi" gives an error of "Undefined Header" though I am using the correct port?
Please help.
07-30-2020 12:06 PM
The reason you're not getting the start and stop frequency on X-axis is because you provided the waveform graph only a 1D array of values (or samples in terms of graph) and no additional information about the X-scale.
If you know the matching frequency values for each measurement point, you could create a X-Y graph with frequency-measurement pairs.
Regarding the error in Configure Power.vi, you might better look into the command format and your instrument's manual to see if matches.
07-30-2020 12:12 PM
Thank you for your reply.
Where to look for the command format inside the instrument driver VI?
I looked into the instrument manual and found the correct command to apply. But I don't know where to check them inside VI.
I am completely new to labview.
Please advise.