|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.AnalogOutput
public final class AnalogOutput
Offers functionality for analog outputs. Direct construction
is not possible. Instances can be retrieved calling getAnalogOutputs()
of the respective Device
class.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns name of the component. |
Range |
getRange()
Read active range level. |
java.util.List<Range> |
getSupportedRanges()
Return list of the supported ranges. |
void |
setParameters(Range range)
Set new range. |
java.lang.String |
toString()
|
void |
write(float value)
Set voltage level directly. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.List<Range> getSupportedRanges()
public void setParameters(Range range) throws java.io.IOException
java.io.IOException
public Range getRange() throws java.io.IOException
java.io.IOException
public void write(float value) throws java.io.IOException
value
- Value in volt to set.
java.io.IOException
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |