Boards that Support the Function
Operation Transmits the Local Lock Out command (LLO).
Format
(VB.NET)
Dim Ret As Integer
Ret = GpLlo( )
(C)
DWORD Ret;
Ret = GpLlo( );
(C#)
uint Ret;
Ret = gpib.Llo( );
(Python)
Ret = ctypes.c_ulong()
Ret.value = GpibPy.GpLlo( )
Mode Master mode only
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
Please refer Universal commands for DCL.