|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.OutputFrame
public final class OutputFrame
Class to use when setting multiple outputs simultaneous. Direct construction is prohibited,
as the count of the the various elements varies from device type to device type. Instances
must be generated calling Device
.createOutputFrame().
Method Summary | |
---|---|
void |
setAnalogOutput(int index,
float value)
Define value that should be set on the specified analog output. |
void |
setDigitalPort(int index,
int value)
Define value that should be set on the specified digital port. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void setDigitalPort(int index, int value)
index
- Zero based index of port to specify.value
- Value to set at this port.public void setAnalogOutput(int index, float value)
index
- Zero based index of output to specify.value
- Value to set at this output.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 |