com.cesys.cebo.cebomsr
Class CurrentSource

java.lang.Object
  extended by com.cesys.cebo.cebomsr.CurrentSource

public final class CurrentSource
extends java.lang.Object

Offers functionality for current sources. Instances can be retrieved using getCurrentSources() of the respective Device instance.

Author:
Thomas Hoppe

Method Summary
 java.lang.String getName()
          Returns name of the component.
 float getReferenceCurrent()
          Returns the real current of the constant current source in micro ampere.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getReferenceCurrent

public float getReferenceCurrent()
                          throws java.io.IOException
Returns the real current of the constant current source in micro ampere.

Throws:
java.io.IOException

getName

public java.lang.String getName()
Returns name of the component.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object