Boards that Support the Function
Operation Sets REN (Remote Enable) to true.
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( )
Mode Master mode only
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.)