|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjGpibEnet.controllers.ICS8065
public class ICS8065
Class Is For Specific Commands For The ICS8065.
Constructor Summary | |
---|---|
ICS8065()
Creates a new instance of ICS8065 |
Method Summary | |
---|---|
int |
getConfigChanPortNum()
Returns The Config Channel Port Number |
int |
getCoreChanPortNum()
Returns The Core Channel Port Number |
int |
getInterfaceGpibAddr()
Returns The Gpib Address Of The Converter |
java.lang.String |
getInterfaceName()
Returns The Gpib Interface Name |
java.lang.String |
getIpAddr()
Returns The Gpib Address Of The Converter |
void |
setCommTimeout(java.lang.Integer timeoutInSec)
Sets network timeout of the converter. |
void |
setupInterface(java.lang.String ipAddr,
java.lang.Integer commTimeOutInSec)
Setup Interface For Communication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICS8065()
Method Detail |
---|
public void setupInterface(java.lang.String ipAddr, java.lang.Integer commTimeOutInSec) throws java.lang.Exception
setupInterface
in interface ControllerIfc
commTimeOutInSec
- Set Network Timeout in Seconds. If it is null, no value will be set.ipAddr
- Ip Address of Converter
java.lang.Exception
public void setCommTimeout(java.lang.Integer timeoutInSec) throws java.lang.Exception
timeoutInSec
- Set Network Timeout in Seconds. If it is null, no value will be set.
java.lang.Exception
public int getCoreChanPortNum()
getCoreChanPortNum
in interface ControllerIfc
public int getConfigChanPortNum()
public java.lang.String getIpAddr()
public java.lang.String getInterfaceName()
getInterfaceName
in interface ControllerIfc
public int getInterfaceGpibAddr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |