Modifier and Type | Method and Description |
---|---|
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.
|
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