public final class InputFrame
extends java.lang.Object
Device
.setupInputFrame(). It allows
simple access to all captured data.Modifier and Type | Method and Description |
---|---|
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() |
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