GpExit

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

 

 

image\head10.gif Operation            Sends a chip reset command to uPD7210C to disable interrupt from the GP-IB board.

 

image\head10.gif 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( )

 

image\head10.gif Mode                    Master mode/Slave mode

 

image\head10.gif Parameters

Ret     : Return value

0     : Normal completion

80   : GpIni() hasn't execute

140  : Asynchronous function is executing now

(See "Return Values" for details.)

 

image\head10.gif Notes

Execute this function when the application terminates.
If you exit the application without executing this function, the device may not work properly thereafter.