jGpibEnet.controllers
Interface ControllerIfc

All Known Implementing Classes:
AgilentE5810A, ICS8065

public interface ControllerIfc

Interface For All Controller Types


Method Summary
 int getCoreChanPortNum()
          Returns The Core Channer Port Number Of The Controller
 java.lang.String getInterfaceName()
          Returns the interface name (gpibName - not the name of the converter on the network)
 void setupInterface(java.lang.String ipAddr, java.lang.Integer commTimeOutInSec)
          Setup Interface For Communication.
 

Method Detail

setupInterface

void setupInterface(java.lang.String ipAddr,
                    java.lang.Integer commTimeOutInSec)
                    throws java.lang.Exception
Setup Interface For Communication.

Parameters:
commTimeOutInSec - Set Network Timeout in Seconds. If it is null, no value will be set.
ipAddr - Ip Address of Converter
Throws:
java.lang.Exception

getCoreChanPortNum

int getCoreChanPortNum()
Returns The Core Channer Port Number Of The Controller

Returns:
Core Channer Port Number

getInterfaceName

java.lang.String getInterfaceName()
Returns the interface name (gpibName - not the name of the converter on the network)

Returns:
Gpib Interface Name