I'm converting my labVIEW project into C#. In my labview project i've used NI's VI . For example niModInstGet Installed Device Attribute(String).vi.
For this in C# i'm using Measurement Studio
and i imported the driver from IVI Foundation - > IVI - > Driver - > niModInst - > niModInst.fp
. So in C# i can access this VI as a Method
Now the problem is, in LabVIEW project i'm using a VI from C:\Program Files\National Instruments\LabVIEW 2009\instr.lib\niRFSG \ niRFSGExamplesSupport.llb\nfsg_FindWaveformPAramsForFrequincy.vi
I can not find any driver file for this. Where do i find this. Or need i create my own C# function to achive this.
Please help me to dio this..
Thanks in advance