|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.InputFrame
public final class InputFrame
One or more instances of this interface are returned when reading one or multiple
frames previously setup using Device
.setupInputFrame(). It allows
simple access to all captured data.
Method Summary | |
---|---|
long |
getCounter(int index)
Read value of specified counter. |
float |
getDifferential(int index)
Read value from differential input with given index. |
int |
getDigitalPort(int index)
Read value from digital port with given index. |
float |
getSingleEnded(int index)
Read value from single ended input with given index. |
boolean |
getTrigger(int index)
Read level from trigger with given index. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public float getSingleEnded(int index)
index
- Zero based index of single ended input in question.
public float getDifferential(int index)
index
- Zero based index of differential input in question.
public int getDigitalPort(int index)
index
- Zero based index of digital port in question.
public boolean getTrigger(int index)
index
- Zero based index of trigger in question.
public long getCounter(int index)
index
- Zero based index of counter in question.
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 |