GpStopAsync

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

 

 

image\head10.gif Operation             The execution of the asynchronous function is stopped forcibly.

 

image\head10.gif Format                 

(VB.NET)

Dim Ret As Integer

Ret = GpStopAsync()

 

(C)

DWORD Ret;

Ret = GpStopAsync( );

 

(C#)

uint Ret;

Ret = gpib.StopAsync();

 

(Python)

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpStopAsync()

 

image\head10.gif Mode                   Master mode/Slave mode

 

image\head10.gif Parameters          Ret        :  Return value

0    :  Normal completion

80   :  GpIni() hasn't execute

(See "Return Values" for details.)

 

image\head10.gif Notes                     1 When the execuiton of the asynchronous function is already finished, the 'ErrCode' that is 2nd argument value of GpCheckAsync() doesn't become 141.