NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using IVI driver for reading delay in MSO6104A

Solved!
Go to solution

Hi,

 

I have the NI IVI driver for the MSO6104A scope. The driver is functional and I manage to use it.

 

My scope has a function of measuring delay between two different channels. But, how can I read the Delay measurement using IVI scope step?

Is there any other way of reading this measurement?

 

Thanking in advance

 

0 Kudos
Message 1 of 3
(3,363 Views)
Solution
Accepted by topic author Berezka
As far as I know, interchannel delay is not a supported IVI measurement function. So, you can complain to ivifoundation.org first of all. Or, in a code module, you can use the instrument specific driver to get the measurement. This would make the application 'non-IVI' so most of the reasons for using IVI in the first place are gone. Or, retrieve the waveforms from each channel and calculate the delay in a code module.
Message 2 of 3
(3,351 Views)

Thanks, Dennis!

0 Kudos
Message 3 of 3
(3,322 Views)