 Boards 
 that Support the Function
Boards 
 that Support the Function  
 
 Operation            Transmits 
 the Take Control command (TCT).
 Operation            Transmits 
 the Take Control command (TCT).
 Format
 Format                 
(VB.NET)
Dim Adr, Ret As Integer
Ret = GpTct(Adr)
(C)
DWORD Adr, Ret;
Ret = GpTct(Adr);
(C#)
uint Adr, Ret;
Ret = gpib.Tct(Adr);
(Python)
Adr, Ret = ctypes.c_ulong(), ctypes.c_ulong()
Ret.value = GpibPy.GpTct(Adr)
 Mode 
                   Master 
 mode only
 Mode 
                   Master 
 mode only
 Parameters
 Parameters
Adr : Destination device address
Valid range : 0 to 30
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 Address commands for TCT.