GpSrqOn

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

 

 

image\head10.gif Operation             Enable next event handling, create by GpSrqEventEx.

 

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

 

image\head10.gif Mode                   Master mode

 

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

 

image\head10.gifNotes                   This function use with GpSrqEventEx. Execute in the last of event handling routin.