GpRen

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

 

 

image\head10.gif Operation             Sets REN (Remote Enable) to true.

 

image\head10.gif Format                 

(VB.NET)

Dim Ret As Integer

Ret = GpRen( )

 

(C)

DWORD Ret;

Ret = GpRen( );

 

(C#)

uint Ret;

Ret = gpib.Ren( );

 

(Python)

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpRen( )

 

image\head10.gif Mode                   Master mode only

 

image\head10.gif Parameters          Ret   :    Return value

0     :  Normal completion

80   :  GpIni() hasn't execute

140 :  Asynchronous function is executing now

255 :  1) Not in master mode

2) The interrupt level has conflict with some other system.

(See "Return Values" for details.)