Creating Programs

In this section, the necessary and frequently used functions for programming are organized based on purpose.

 

Procedure to Create Programs

How to Use Functions Categorized by Functionality

 

In addition, the declaration of functions are described in file Gpibac.h for C language (C++) and Gpibvb.bas for Visual Basic, please copy those files to use. These files is located under "\\Program Files\contec\Api-pac(w32)\gpib\samples\inc".

C language (C++):

#include "Gpibac.h"

When Using VisualBasic.NET, VisualC++.NET

When Using Visual C#.NET

When Using Python