![Keysight Technologies M9383A PXIe Скачать руководство пользователя страница 7](http://html1.mh-extra.com/html/keysight-technologies/m9383a-pxie/m9383a-pxie_programming-manual_1962192007.webp)
7
Keysight M9383A PXIe Vector Signal Generator
1.
2.
3.
What You Will Learn in this Programming Guide
This programming guide is intended for individuals who write and run programs to
control test-and-measurement instruments. Specifically, you will learn how to use
Visual Studio 2010 with the .NET Framework to write IVI-COM Console Applications
in Visual C#. Knowledge of Visual Studio 2010 with the .NET Framework and
knowledge of the programming syntax for Visual C# is required.
Our basic user programming model uses the IVI-COM driver directly and allows
customer code to access the IVI-COM driver.
Overall Process Flow
To write and run programs, perform the following steps:
Write source code using Microsoft Visual Studio 2010 or later with .NET
Visual C# running on Windows 7.
Compile source code using the .NET Framework Library.
Produce an Assembly.exe file – this file can run directly from Microsoft
Windows without the need for any other programs.
When using the Visual Studio Integrated Development Environment
(IDE), the Console Applications you write are stored in conceptual
containers called
and
.
Solutions
Projects
You can view and access Solutions and Projects using the
Solution
window (View > Solution Explorer).
Explorer
Related Websites