GpIni

image\BLTLRGSQ.gifBoards that Support the Function image\SETUP.gif image\SANBTN.gif

 

 

image\head10.gif Operation     Initializes GPIB.

 

image\head10.gif Format         

(VB.NET)

Dim Ret As Integer

Ret = GpIni()

 

(C)

DWORD Ret;

Ret = GpIni();

 

(C#)

uint Ret;

Ret = gpib.Ini();

 

(Python)

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpIni()

 

image\head10.gif Mode            Master mode/Slave mode

 

image\head10.gif Parameters

Ret    :   Return value

0     : Normal completion

80    : I/O address error

82    : Settings error in Confg.exe

(See "Return Values" for details.)

 

image\head10.gif Notes

To execute this function, it is necessary to register the parameters in the registry.
For registration, please refer to Common and Detailed Setup of Property.
In addition, the registered parameters can be obtained with the GpBoardstsEx function.

 

Please be sure to connect the device on your PC before you execute your application software.
Otherwise, There is possibility to occur the error with GpIni() function.