Boards that Support the Function
Operation Initializes GPIB.
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()
Mode Master mode/Slave mode
Parameters Ret : Return value
0 : Normal completion
80 : I/O address error
82 : Settings error in Confg.exe
(See "Return Values" for details.)
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.