Demonstrating program based PXIe VNAThe M973xA PXI VNA is supplied with a comprehensive portfolio of module drivers, documentation, examples, andsoftware tools to help you quickly develop test systems with your software platform of choice. The module comes with IVI-COM, IVI-C, LabVIEW and MATLAB software drivers that work in the most popular T&M development environmentsincluding, LabVIEW and LabWindows/CVI from National Instruments, MATLAB from The MathWorks, Microsoft C/ C++, C#,and VB.NET.IVI Driver Programing ExamplesThe IVI Driver Programming Examples are simple applications that demonstrate basic use of the driver in a variety ofapplication development environments and programming languages. All the Example programs do the following:1. Create an instance of the driver.2. Initialize the driver in simulation mode (no instrument required).3. Read several IVI Identity properties.4. Check the instrument error queue.5. Close the driver.Examples are coded to initialize the driver in simulation mode and should compile and run as is, without aninstrument.Example Visual Studio projects were created with VS2008 and may be converted to newer versions. If you areusing an older version of Visual Studio, you may cut and paste code from the example project source into asimilar project created in your version of Visual Studio.You may use these examples as a starting point for creating programs for your driver. For additional info onusing IVI drivers in a variety of development environments.Example programs are copied at “C:\Program Files (x86)\IVI Foundation\IVI\Drivers\AgNA\Examples\” when you installIVI-COM.Demonstrating Create Measurement VB ExampleThe mainframe should have the latest version of the software for this demonstration. Refer to verify and install thesoftware section for more detail.You need visual studio to run and edit the example program. You can use Microsoft Visual Studio Express,which is freeware development environment developed by Microsoft.