 Boards 
 that Support the Function
Boards 
 that Support the Function  
 
 Operation             The 
 execution of the asynchronous function is stopped forcibly.
 Operation             The 
 execution of the asynchronous function is stopped forcibly.
 Format
 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()
 Mode                   Master 
 mode/Slave mode
 Mode                   Master 
 mode/Slave mode
 Parameters
 Parameters
Ret : Return value
0 : Normal completion
80 : GpIni() hasn't execute
(See "Return Values" for details.)
 Notes
 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.