Setup Example

image\head10.gif VB.NET

Dim Ret As Integer

Ret = GpLlo()

 

image\head10.gif C

DWORD Ret;

Ret = GpLlo();

 

image\head10.gif C#

uint Ret;

Ret = gpib.Llo();

 

image\head10.gif Python

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpLlo()