GpEnableNextEvent

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

 

 

image\head10.gif Operation            They make generation of following event according to GpSetEvent function possible.

 

image\head10.gif Format                 

(VB.NET)

Dim Ret As Integer

Ret = GpEnableNextEvent()

 

(C)

DWORD Ret;

Ret = GpEnableNextEvent( );

 

(C#)

uint Ret;

Ret = gpib.EnableNextEvent();

 

(Python)

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpEnableNextEvent( )

 

image\head10.gif Mode                   Master mode / Slave mode

 

image\head10.gif Parameter

Ret      :  End information(Return value)

0     : Normal completion

80   : GpIni() hasn't execute

140  : Asynchronous function is executing now

255  : Parameter error(GpSetEvent is no execute.)

(See "Return Values" for details.)

 

image\head10.gif Notes

This function is used with GpSrqEventEx function.
Please execute at the end of an event routine.