Boards that Support the Function
Operation Sends a chip reset command to uPD7210C to disable interrupt from the GP-IB board.
Format
(VB.NET)
Dim Ret As Integer
Ret = GpExit( )
(C)
DWORD Ret;
Ret = GpExit( );
(C#)
uint Ret;
Ret = gpib.Exit( );
(Python)
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpExit( )
Mode Master mode/Slave mode
Parameters Ret : Return value
0 : Normal completion
80 : GpIni() hasn't execute
140 : Asynchronous function is executing now
(See "Return Values" for details.)
Notes Execute
this function when the application terminates.
If you exit the application without executing this function, the device
may not work properly thereafter.