Package jisa.visa.connections
Interface GPIBConnection
-
- All Superinterfaces:
Connection
- All Known Implementing Classes:
GPIBDriver.GPIBConnection,VISADriver.VISAGPIBConnection
public interface GPIBConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEOIEnabled(boolean use)-
Methods inherited from interface jisa.visa.connections.Connection
clear, close, getEncoding, read, read, readBytes, setEncoding, setReadTerminator, setReadTerminator, setTimeout, write, writeBytes
-
-
-
-
Method Detail
-
setEOIEnabled
void setEOIEnabled(boolean use) throws VISAException- Throws:
VISAException
-
-