<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Spectrum Analyser C#.NET driver in Measurement Studio for .NET Languages</title>
    <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043268#M9502</link>
    <description>&lt;P&gt;spvogel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where did you get that driver?&amp;nbsp; It'd be helpful to post a link so other community members could download the assembly and use it in their program if it's publically available. &lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2009 15:31:13 GMT</pubDate>
    <dc:creator>Eric_B.</dc:creator>
    <dc:date>2009-12-21T15:31:13Z</dc:date>
    <item>
      <title>Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/999262#M9201</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to the world of Measurement Studio . I have downloaded PSA spectrum Analyser E4440A&amp;nbsp; Labview Driver from &lt;/P&gt;&lt;P&gt;&lt;A href="http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=309EBE8FF8BC0E76E0440003BA7CCD71" target="_blank"&gt;http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=309EBE8FF8BC0E76E0440003BA7CCD71&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I use it in my C# application ?&amp;nbsp; Please provide some guidance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2009 16:45:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/999262#M9201</guid>
      <dc:creator>Akhil</dc:creator>
      <dc:date>2009-10-08T16:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1000424#M9211</link>
      <description>&lt;P&gt;Akhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That driver is only able to be used with the LabVIEW development system.&amp;nbsp; If you have LabVIEW 2009, you could take the driver and convert all the VIs into a .NET assembly to use in your C# application.&amp;nbsp; If you have an earlier version of LabVIEW, you could convert all the driver VIs into a DLL to use in C#.&amp;nbsp; Other than that, there's not much else you can do. &lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2009 22:07:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1000424#M9211</guid>
      <dc:creator>Eric_B.</dc:creator>
      <dc:date>2009-10-09T22:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1001047#M9217</link>
      <description>&lt;P&gt;Eric ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;will &amp;nbsp;try downloading trial version of LabVIEW 2009 and use it along with LabVIEW 8.6. Can I have two versions of LabVIEW simultaneously in my laptop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any URL which can guide me to create the .NET assembly from LabVIEW driver ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2009 15:53:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1001047#M9217</guid>
      <dc:creator>Akhil</dc:creator>
      <dc:date>2009-10-12T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1001808#M9223</link>
      <description>&lt;P&gt;Akhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can have LabVIEW 2009 and LabVIEW 8.6 on the same computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Here is a link to the LabVIEW 2009 online help that shows you how to build a .NET assembly: http://zone.ni.com/reference/en-XX/help/371361F-01/lvhowto/building_a_net_assembly/&amp;nbsp;.&amp;nbsp; Note that for every VI you add to the assembly, you have to define the prototype of the function.&amp;nbsp; You can certainly add all of the VIs of this driver to the assembly, but it might take some time and it might not work correctly the first time around if a function prototype is not defined correctly.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 18:45:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1001808#M9223</guid>
      <dc:creator>Eric_B.</dc:creator>
      <dc:date>2025-12-14T18:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1042688#M9499</link>
      <description>&lt;P&gt;there is a driver.&amp;nbsp; It's a NI-Visa driver, it's agpsa.dll&amp;nbsp; I use it in my .net app.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2009 20:32:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1042688#M9499</guid>
      <dc:creator>spvogel</dc:creator>
      <dc:date>2009-12-18T20:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043268#M9502</link>
      <description>&lt;P&gt;spvogel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where did you get that driver?&amp;nbsp; It'd be helpful to post a link so other community members could download the assembly and use it in their program if it's publically available. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2009 15:31:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043268#M9502</guid>
      <dc:creator>Eric_B.</dc:creator>
      <dc:date>2009-12-21T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043347#M9503</link>
      <description>It was on my NI-Device Drivers DVD that was part of my installation discs.</description>
      <pubDate>Mon, 21 Dec 2009 17:03:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043347#M9503</guid>
      <dc:creator>spvogel</dc:creator>
      <dc:date>2009-12-21T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043502#M9505</link>
      <description>&lt;P&gt;Eric ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have NI installation DVD. Can you upload the assembly ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Akhil&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2009 20:52:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043502#M9505</guid>
      <dc:creator>Akhil</dc:creator>
      <dc:date>2009-12-21T20:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spectrum Analyser C#.NET driver</title>
      <link>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043519#M9506</link>
      <description>&lt;P&gt;Akhil,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have this assembly on my machine, but you can download the latest version of the Device Drivers DVD from this website: &lt;A href="https://www.ni.com/en/support/downloads/drivers/download.ni-device-drivers.html" target="_blank" rel="noopener"&gt;https://www.ni.com/en/support/downloads/drivers/download.ni-device-drivers.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;spvogel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know what part of the Device Drivers DVD installed this assembly?&amp;nbsp; It appears to be a 3rd party assembly, and I don't know what of our software would install that instrument driver.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Dec 2025 18:45:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Measurement-Studio-for-NET/Spectrum-Analyser-C-NET-driver/m-p/1043519#M9506</guid>
      <dc:creator>Eric_B.</dc:creator>
      <dc:date>2025-12-14T18:45:31Z</dc:date>
    </item>
  </channel>
</rss>

