Package jisa.visa.drivers
Class NIGPIBDriver
- java.lang.Object
-
- jisa.visa.drivers.GPIBDriver
-
- jisa.visa.drivers.NIGPIBDriver
-
- All Implemented Interfaces:
Driver
public class NIGPIBDriver extends GPIBDriver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jisa.visa.drivers.GPIBDriver
GPIBDriver.GPIBConnection
-
-
Field Summary
Fields Modifier and Type Field Description protected static NIGPIBNativeInterface
lib
protected static java.lang.String
libName
-
Fields inherited from class jisa.visa.drivers.GPIBDriver
_VI_ERROR, instruments, OS_NAME, responseEncoding, VI_FALSE, VI_NULL, VI_SUCCESS, VI_TRUE, VISA_ERROR
-
-
Constructor Summary
Constructors Constructor Description NIGPIBDriver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getIBCNT()
protected int
getIBERR()
protected int
getIBSTA()
protected void
initialise()
protected NIGPIBNativeInterface
lib()
-
-
-
Field Detail
-
lib
protected static NIGPIBNativeInterface lib
-
libName
protected static java.lang.String libName
-
-
Constructor Detail
-
NIGPIBDriver
public NIGPIBDriver() throws VISAException
- Throws:
VISAException
-
-
Method Detail
-
initialise
protected void initialise() throws VISAException
- Specified by:
initialise
in classGPIBDriver
- Throws:
VISAException
-
lib
protected NIGPIBNativeInterface lib()
- Specified by:
lib
in classGPIBDriver
-
getIBSTA
protected int getIBSTA()
- Specified by:
getIBSTA
in classGPIBDriver
-
getIBERR
protected int getIBERR()
- Specified by:
getIBERR
in classGPIBDriver
-
getIBCNT
protected int getIBCNT()
- Specified by:
getIBCNT
in classGPIBDriver
-
-