Boards that Support the Function
Operation Sends IFC (Interface Clear).
Format
(VB.NET)
Dim IfcTime, Ret As Integer
Ret = GpIfc(IfcTime)
(C)
DWORD IfcTime, Ret;
Ret = GpIfc(IfcTime);
(C#)
uint IfcTime, Ret;
Ret = gpib.Ifc(IfcTime);
(Python)
IfcTime, Ret = ctypes.c_ulong(), ctypes.c_ulong()
Ret.value = GpibPy.GpIfc(IfcTime)
Mode Master mode only
Parameters IfcTime : Ifc active time
Specified value (1 - 255) x 100[ƒÊsec]
Ret : Return value
0 : Normal completion
80 : GpIni() hasn't execute
140 : Asynchronous function is executing now
255 : Not in master mode
(See "Return Values" for details.)