|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acces.aiousb.AI16_DataSet
public class AI16_DataSet
Class AI16_DataSet represents a data set captured from a USB_AI16_Family
device. It comprises a
fairly complete snapshot of both the data and the sampling parameters, including a time stamp.
AnalogInputSubsystem.read()
Method Summary | |
---|---|
int |
getCalMode()
Gets the calibration mode that was in effect when this data set was captured. |
int |
getOverSample()
Gets the over-sample setting that was in effect when this data set was captured. |
AI16_DataPoint[] |
getPoints()
Gets the data point array from this data set. |
AnalogInputSubsystem |
getSubsystem()
Gets the subsystem from which this data set was obtained. |
long |
getTimeStamp()
Gets the approximate time stamp when this data set was captured. |
int |
getTriggerMode()
Gets the trigger mode that was in effect when this data set was captured. |
boolean |
isDiscardFirstSample()
Gets the sample discard mode that was in effect when this data set was captured. |
java.io.PrintStream |
print(java.io.PrintStream stream)
Prints this data set. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public AnalogInputSubsystem getSubsystem()
public AI16_DataPoint[] getPoints()
public long getTimeStamp()
public int getCalMode()
AnalogInputSubsystem.getCalMode()
public int getTriggerMode()
AnalogInputSubsystem.getTriggerMode()
public int getOverSample()
AnalogInputSubsystem.getOverSample()
public boolean isDiscardFirstSample()
AnalogInputSubsystem.isDiscardFirstSample()
public java.io.PrintStream print(java.io.PrintStream stream)
stream
- the print stream where the data set will be printed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |