GpIfc

image\BLTLRGSQ.gifBoards that Support the Function image\SETUP.gif image\SANBTN.gif

 

 

image\head10.gif Operation            Sends IFC (Interface Clear).

 

image\head10.gif 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)

 

image\head10.gif Mode                   Master mode only

 

image\head10.gif 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.)