Setup Example

image\head10.gif VB.NET

Dim Ret As Integer

Ret = GpStopAsync( )

 

image\head10.gif C

DWORD Ret;

Ret = GpStopAsync( );

 

image\head10.gif C#

uint Ret;

Ret = gpib.StopAsync( );

 

image\head10.gif Python

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpStopAsync( )