|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBertecDeviceJava.BertecDevice.TransducerInfo
public class BertecDevice.TransducerInfo
Field Summary | |
---|---|
int |
ChannelCount
How many output channels there are. |
java.lang.String[] |
ChannelNames
Returns an array of the channel names. |
int |
SamplingFreq
Sampling frequency in Hertz. |
java.lang.String |
SerialNumber
Serial # of the device. |
int |
Status
Status of the device, separate from the overall state. |
boolean |
SynchMaster
If set, then the device is the sync master. |
boolean |
Synchronized
If set, then the device is a part of a sync group. |
Constructor Summary | |
---|---|
BertecDevice.TransducerInfo(int index)
|
Method Summary | |
---|---|
double |
ZeroLevelNoiseValue(int channelIndex)
Returns the zero level noise value for a channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int Status
public int SamplingFreq
public java.lang.String SerialNumber
public boolean SynchMaster
public boolean Synchronized
public int ChannelCount
public java.lang.String[] ChannelNames
Constructor Detail |
---|
public BertecDevice.TransducerInfo(int index)
Method Detail |
---|
public double ZeroLevelNoiseValue(int channelIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |