Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

where to find ivi.h documentation

Solved!
Go to solution

Hello everybody!

 

I have a trivial question: where to find ivi.h documentation. Whats really interest me is function descriptions, what they are doing and what parameters are passed. I search everywhere so this is last place where I can find some help. I have only header file and library. What is funny to other ivi class headers like iviSwitch I have full documentation in fp file. For ivi.h there is a problem.

 

Regards

Tomek

0 Kudos
Message 1 of 9
(5,596 Views)
Have you checked at ivifoundation.org?
0 Kudos
Message 2 of 9
(5,578 Views)

Of course I checked, there are only specifications for instrument classes like IviScope, IviSwtch. I cannot find any specification just for IVI.

0 Kudos
Message 3 of 9
(5,566 Views)

@tomek123 wrote:

Of course I checked, there are only specifications for instrument classes like IviScope, IviSwtch. I cannot find any specification just for IVI.


Googling always works. https://code.google.com/p/pyniscope/source/browse/trunk/include/ivi.h?r=2

 

0 Kudos
Message 4 of 9
(5,546 Views)

Don't take it wrong but I'm not an idiot. You understood me wrong. I am working with ivi library and I have included to my project ivi.h header. You just sent me this header. What I need is descprition of functions inside this header, for example what is doing this function Ivi_BuildChannelTable etc.

0 Kudos
Message 5 of 9
(5,540 Views)

@tomek123 wrote:

Don't take it wrong but I'm not an idiot. You understood me wrong. I am working with ivi library and I have included to my project ivi.h header. You just sent me this header. What I need is descprition of functions inside this header, for example what is doing this function Ivi_BuildChannelTable etc.


Well, you aren't going to find it here.

 

ivifoundation.org is where it is at.

 

apparently you are working in LabWindows/CVI, ask this question there

 

0 Kudos
Message 6 of 9
(5,536 Views)

You can also try the IVI Web Forum

http://forums.ivifoundation.org/

0 Kudos
Message 7 of 9
(5,476 Views)
Solution
Accepted by tomek123

Hi Tomek!

 

There is a Windows-file based IVI Help that installs with our packages, and has detailed description of every function. You can find it on you machine in the Program Files\National Instruments\IVI\Help folder (or Program Files (x86)\National Instruments\IVI\Help) id you have a 64-bit system.

 

Kind regards:

Andrew Valko
National Instruments Hungary
0 Kudos
Message 8 of 9
(5,462 Views)

Hello Andrew,

 

Your comment was extremly helpful. Finally I found those descriptions. Thank you very much again!

 

Regards

Tomek

0 Kudos
Message 9 of 9
(5,447 Views)