02-25-2013 10:20 PM
Hi,
I need to control a signal generator and a vector network analyzer using labview. I am sending a signal from signal generator and measure transmission from VNA. I want to plot voltage vs time at the input and at the output. My problem is how to set the time counter at the input and output.
I really appreciate you help. Thank you in advance.
02-26-2013 09:18 AM
This is the VI I am using to measure input and output voltages. I am having problems how to insert time counter at the input and output.
Thank you
02-26-2013
10:22 PM
- last edited on
01-02-2024
02:27 PM
by
migration-bot
If you're looking for time information coupled with your voltage reading, it's best if you build a waveform. To do so you can use this function.
You will need to get the time at which the voltage reading starts (by getting a time stamp) and connect it to t0, and define what the time step dt will be.
I hope this answers your question.