Boards
that Support the Function
Operation They
make generation of following event according to GpSetEvent
function possible.
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( )
Mode Master
mode / Slave mode
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.)
Notes
This function is used with GpSrqEventEx function.
Please execute at the end of an event routine.