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 NIGPIBNativeInterfacelibprotected static java.lang.StringlibName-
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 intgetIBCNT()protected intgetIBERR()protected intgetIBSTA()protected voidinitialise()protected NIGPIBNativeInterfacelib()
-
-
-
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:
initialisein classGPIBDriver- Throws:
VISAException
-
lib
protected NIGPIBNativeInterface lib()
- Specified by:
libin classGPIBDriver
-
getIBSTA
protected int getIBSTA()
- Specified by:
getIBSTAin classGPIBDriver
-
getIBERR
protected int getIBERR()
- Specified by:
getIBERRin classGPIBDriver
-
getIBCNT
protected int getIBCNT()
- Specified by:
getIBCNTin classGPIBDriver
-
-