Api Example Form With 89600 - Agilent Technologies X Series Startup Manual

Measurement applications for modular instruments
Hide thumbs Also See for X Series:
Table of Contents

Advertisement

ApiExampleForm Code
#define M9391_SUPPORTED
M9391 IVI driver.
#define M9393_SUPPORTED
M9393 IVI driver.
#if M9391_SUPPORTED
// This 'using' requires installation of the M9391 IVI driver.
Disable if not needed.
using Agilent.AgM9391.Interop;
#endif
#if M9393_SUPPORTED
// This 'using' requires installation of the M9393 IVI driver.
Disable if not needed.
using Agilent.AgM9393.Interop;
#endif
using System;
using System.Diagnostics;
using System.Globalization;
using System.Windows.Forms;
using System.Collections.Generic;
using Agilent.M9000;
using Agilent.M9000.Interfaces;
using Ivi.ConfigServer.Interop;
using Ivi.Visa.Interop;
using Microsoft.Win32;
using Agilent.AgM90XA.Interop;
Other portions of this example are similar to the

API Example Form with 89600

This section covers the C# API Example Form with 89600 provided with the M90XA Software. This example
program demonstrates the use of 89600 VSA software in-process with the M90XA X-Series Applications and
user programming. For more information, refer to
Driver Sessions
.
A single example program caters to both M9391A and M9393A. In the ApiExampleFormWith89600 folder,
double-click the
ApiExampleFormWith89600.sln
55
X-Series Measurement Applications for Modular Instruments Startup Guide
// remove this line to compile without the
// remove this line to compile without the
// need Agilent.AgM90XA.Interop reference
ApiExample
89600 VSA: Running In-Process and Sharing Hardware
solution file to open it in Visual Studio.
console application described earlier.

Advertisement

Table of Contents
loading

This manual is also suitable for:

M90xaM9391aM9393a

Table of Contents