Boards that Support the Function
Operation Enable next event handling, create by GpSrqEventEx.
Format
(VB.NET)
Dim Ret As Integer
Ret = GpSrqOn( )
(C)
DWORD Ret;
Ret = GpSrqOn( );
(C#)
uint Ret;
Ret = gpib.SrqOn( );
(Python)
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpSrqOn( )
Mode Master mode
Parameters Ret : Return value
0 : Normal completion
80 : GpIni() hasn't execute
140 : Asynchronous function is executing now
255 : Parameter error(Not execute GpSrqEventEx)
(See "Return Values" for details.)
Notes This function use with GpSrqEventEx. Execute in the last of event handling routin.