Package jisa.visa.drivers
Class VISADriver.VISAGPIBConnection
- java.lang.Object
-
- jisa.visa.drivers.VISADriver.VISAConnection
-
- jisa.visa.drivers.VISADriver.VISAGPIBConnection
-
- All Implemented Interfaces:
Connection
,GPIBConnection
- Enclosing class:
- VISADriver
public class VISADriver.VISAGPIBConnection extends VISADriver.VISAConnection implements GPIBConnection
-
-
Field Summary
-
Fields inherited from class jisa.visa.drivers.VISADriver.VISAConnection
handle
-
-
Constructor Summary
Constructors Constructor Description VISAGPIBConnection(com.sun.jna.NativeLong viHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setEOIEnabled(boolean use)
-
Methods inherited from class jisa.visa.drivers.VISADriver.VISAConnection
clear, close, getAttributeLong, getAttributeString, getEncoding, readBytes, setAttribute, setEncoding, setReadTerminator, setTimeout, write, writeBytes
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.visa.connections.Connection
clear, close, getEncoding, read, read, readBytes, setEncoding, setReadTerminator, setReadTerminator, setTimeout, write, writeBytes
-
-
-
-
Method Detail
-
setEOIEnabled
public void setEOIEnabled(boolean use) throws VISAException
- Specified by:
setEOIEnabled
in interfaceGPIBConnection
- Throws:
VISAException
-
-