 Boards 
 that Support the Function
Boards 
 that Support the Function  
 
 Operation             Transmits 
 the Device Clear command (DCL).
 Operation             Transmits 
 the Device Clear command (DCL).
 Format
 Format                 
(VB.NET)
Dim Ret As Integer
Ret = GpDcl( )
(C)
DWORD Ret;
Ret = GpDcl( );
(C#)
uint Ret;
Ret = gpib.Dcl( );
(Python)
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpDcl( )
 Mode                   Master 
 mode only
 Mode                   Master 
 mode only
 Parameters
 Parameters
Ret : Return value
0 : Normal completion
80 : GpIni() hasn't execute
140 : Asynchronous function is executing now
240 : ESC key pressed
252 : GP-IB error
254 : Timeout
255 : Parameter error
(See "Return Values" for details.)
 Notes
 Notes
Please refer Universal commands for DCL.