|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.Range
public final class Range
These objects are used to set the range of analog inputs and outputs.
Direct construction is not possible, getSupportedRanges() of AnalogInput
and
AnalogOutput
can be used to request the possible ranges of an input or output.
Method Summary | |
---|---|
float |
getMaxValue()
Return upper voltage. |
float |
getMinValue()
Return lower voltage. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public float getMinValue()
public float getMaxValue()
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 |