07-16-2014 07:09 AM
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
Solved! Go to Solution.
07-16-2014 10:25 AM
07-17-2014 02:50 AM
Of course I checked, there are only specifications for instrument classes like IviScope, IviSwtch. I cannot find any specification just for IVI.
07-17-2014 07:36 AM
@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
07-17-2014 08:05 AM
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.
07-17-2014 08:17 AM - edited 07-17-2014 08:21 AM
@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
07-21-2014 09:59 AM
You can also try the IVI Web Forum
07-22-2014 06:56 AM
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:
07-23-2014 05:41 AM - edited 07-23-2014 05:42 AM
Hello Andrew,
Your comment was extremly helpful. Finally I found those descriptions. Thank you very much again!
Regards
Tomek